Commit ·
9f2fa59
1
Parent(s): 08db9f8
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
Trajectories used in [How Resilient are Imitation Learning Methods to Sub-Optimal Experts?]()
|
| 3 |
|
| 4 |
These trajectories are formed by using [Stable Baselines](https://stable-baselines.readthedocs.io/en/master/).
|
| 5 |
-
Each file is a
|
| 6 |
|
| 7 |
-
* actions: the action in the given
|
| 8 |
-
* obs: current state in the given
|
| 9 |
-
* rewards: reward retrieved after the action in the given
|
| 10 |
* episode_returns: The aggregated reward of each episode (each file consists of 5000 runs)
|
| 11 |
* episode_Starts: Whether that `obs` is the first state of an episode (boolean list).
|
| 12 |
|
|
|
|
| 2 |
Trajectories used in [How Resilient are Imitation Learning Methods to Sub-Optimal Experts?]()
|
| 3 |
|
| 4 |
These trajectories are formed by using [Stable Baselines](https://stable-baselines.readthedocs.io/en/master/).
|
| 5 |
+
Each file is a dictionary of a set of trajectories with the following keys:
|
| 6 |
|
| 7 |
+
* actions: the action in the given timestamp `t`
|
| 8 |
+
* obs: current state in the given timestamp `t`
|
| 9 |
+
* rewards: reward retrieved after the action in the given timestamp `t`
|
| 10 |
* episode_returns: The aggregated reward of each episode (each file consists of 5000 runs)
|
| 11 |
* episode_Starts: Whether that `obs` is the first state of an episode (boolean list).
|
| 12 |
|