EpicPinkPenguin
commited on
Commit
•
4e63083
1
Parent(s):
d2223ea
Update README.md
Browse filesRemove mathematical delimiter
README.md
CHANGED
@@ -52,7 +52,7 @@ This dataset contains trajectories generated by a [PPO](https://arxiv.org/abs/17
|
|
52 |
|
53 |
## Dataset Structure
|
54 |
### Data Instances
|
55 |
-
Each data instance represents a single step consisting of tuples of the form (observation, action, reward, done, truncated) =
|
56 |
|
57 |
```json
|
58 |
{'action': 1,
|
|
|
52 |
|
53 |
## Dataset Structure
|
54 |
### Data Instances
|
55 |
+
Each data instance represents a single step consisting of tuples of the form (observation, action, reward, done, truncated) = (o_t, a_t, r_{t+1}, done_{t+1}, trunc_{t+1}).
|
56 |
|
57 |
```json
|
58 |
{'action': 1,
|