Fix requirements
This commit is contained in:
parent
672294af5f
commit
f082ee238e
@ -36,6 +36,6 @@ You can try `--alg=pporb` for PPO-RB and `--alg-trppo` for TR-PPO.
|
|||||||
### Discrete Task
|
### Discrete Task
|
||||||
|
|
||||||
```
|
```
|
||||||
python -m baselines.ppo2_AdaClip.run alg=trulyppo --env=BeamRiderNoFrameskip-v4 --seed=0 --isatari
|
python -m baselines.ppo2_AdaClip.run --alg=trulyppo --env=BeamRiderNoFrameskip-v4 --seed=0 --isatari
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ joblib==0.12.0
|
|||||||
pandas==0.22.0
|
pandas==0.22.0
|
||||||
matplotlib==3.0.2
|
matplotlib==3.0.2
|
||||||
joblib==0.12.0
|
joblib==0.12.0
|
||||||
tensorflow_gpu==1.10.1
|
tensorflow_gpu==1.15.0
|
||||||
cloudpickle==0.5.3
|
cloudpickle==0.5.3
|
||||||
opencv_python==3.4.0.12
|
opencv_python==3.4.0.12
|
||||||
scipy==1.1.0
|
scipy==1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user