wujiss1 commited on
Commit
6da0e54
·
verified ·
1 Parent(s): a014a58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
README.md CHANGED
@@ -62,14 +62,3 @@ Each `.npz` file contains:
62
  > ⚡ For locomotion tasks like `Humanoid` or `Go2`, full root DOF and velocities are included.
63
 
64
  ---
65
-
66
- ## 📥 Usage Example
67
-
68
- ```python
69
- import numpy as np
70
-
71
- data = np.load("acrobot_random.npz")
72
- states = data["states"] # shape: (num_episodes, 1000, state_dim)
73
- actions = data["actions"] # shape: (num_episodes, 1000, action_dim)
74
-
75
- print(states.shape, actions.shape)
 
62
  > ⚡ For locomotion tasks like `Humanoid` or `Go2`, full root DOF and velocities are included.
63
 
64
  ---