File size: 1,781 Bytes
90efc39
 
 
 
 
dc30b04
90efc39
 
 
 
 
 
 
dc30b04
 
 
 
90efc39
 
 
 
 
 
08db9f8
90efc39
 
08db9f8
90efc39
08db9f8
90efc39
08db9f8
9f2fa59
08db9f8
9f2fa59
 
 
08db9f8
90efc39
08db9f8
90efc39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08db9f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
annotations_creators:
- machine-generated
language_creators:
- expert-generated
language: []
license:
- mit
multilinguality: []
size_categories:
- 100B<n<1T
source_datasets:
- original
task_categories:
- other
task_ids: []
pretty_name: How Resilient are Imitation Learning Methods to Sub-Optimal Experts?
tags:
- Imitation Learning
- Expert Trajectories
- Classic Control
---

# How Resilient are Imitation Learning Methods to Sub-Optimal Experts?

## Related Work
Trajectories used in [How Resilient are Imitation Learning Methods to Sub-Optimal Experts?]()
The code that uses this data is on GitHub: https://github.com/NathanGavenski/How-resilient-IL-methods-are

# Structure
These trajectories are formed by using [Stable Baselines](https://stable-baselines.readthedocs.io/en/master/).
Each file is a dictionary of a set of trajectories with the following keys:

* actions: the action in the given timestamp `t`
* obs: current state in the given timestamp `t`
* rewards: reward retrieved after the action in the given timestamp `t`
* episode_returns: The aggregated reward of each episode (each file consists of 5000 runs)
* episode_Starts: Whether that `obs` is the first state of an episode (boolean list)

## Citation Information
```
@inproceedings{gavenski2022how,
  title={How Resilient are Imitation Learning Methods to Sub-Optimal Experts?},
  author={Nathan Gavenski and Juarez Monteiro and Adilson Medronha and Rodrigo Barros},
  booktitle={2022 Brazilian Conference on Intelligent Systems (BRACIS)},
  year={2022},
  organization={IEEE}
}
```

## Contact:
- [Nathan Schneider Gavenski](nathan.gavenski@edu.pucrs.br)
- [Juarez Monteiro](juarez.santos@edu.pucrs.br)
- [Adilson Medronha](adilson.medronha@edu.pucrs.br)
- [Rodrigo C. Barros](rodrigo.barros@pucrs.br)