Skip to content

Commit ad04bf1

Browse files
committed
modify README
1 parent a026985 commit ad04bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ We have implemented `APP`, `MaxEnt` using Q-learning as RL step in `MountainCar-
8282

8383
Navigate to `expert_demo.npy` in [lets-do-irl/mountaincar/app/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mountaincar/app/expert_demo) or [lets-do-irl/mountaincar/maxent/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mountaincar/maxent/expert_demo).
8484

85-
Shape of expert's demonstrations is (20, 130, 3); (number of demonstrations, length of demonstrations, state and action of demonstrations)
85+
Shape of expert's demonstrations is (20, 130, 3); (number of demonstrations, length of demonstrations, states and actions of demonstrations)
8686

8787
If you make demonstrations, Navigate to `make_expert.py` in [lets-do-irl/mountaincar/app/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mountaincar/app/expert_demo) or [lets-do-irl/mountaincar/maxent/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mountaincar/maxent/expert_demo).
8888

@@ -142,7 +142,7 @@ We have implemented `GAIL`, `VAIL` using PPO as RL step in `Hopper-v2` environme
142142

143143
Navigate to `expert_demo.p` in [lets-do-irl/mujoco/gail/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mujoco/gail/expert_demo) or [lets-do-irl/mujoco/vail/expert_demo](https://github.com/reinforcement-learning-kr/lets-do-irl/tree/master/mujoco/vail/expert_demo).
144144

145-
Shape of expert's demonstrations is (50000, 14); (number of demonstrations, state and action of demonstrations)
145+
Shape of expert's demonstrations is (50000, 14); (number of demonstrations, states and actions of demonstrations)
146146

147147
We used demonstrations that get scores between about 2200 and 2600 on average.
148148

0 commit comments

Comments
 (0)