Update README.md
Browse files
README.md
CHANGED
|
@@ -116,7 +116,6 @@ Each file contains:
|
|
| 116 |
"observations": np.ndarray(T, state_dim),
|
| 117 |
"actions": np.ndarray(T, action_dim),
|
| 118 |
"rewards": np.ndarray(T),
|
| 119 |
-
"terminals": np.ndarray(T),
|
| 120 |
"state_keys": list,
|
| 121 |
"action_keys": list,
|
| 122 |
"meta": dict
|
|
|
|
| 116 |
"observations": np.ndarray(T, state_dim),
|
| 117 |
"actions": np.ndarray(T, action_dim),
|
| 118 |
"rewards": np.ndarray(T),
|
|
|
|
| 119 |
"state_keys": list,
|
| 120 |
"action_keys": list,
|
| 121 |
"meta": dict
|