Closed blurLake closed 4 years ago
Could you tell me where the problem possibly is? Thanks!
This comes from https://github.com/DLR-RM/rl-baselines3-zoo/blob/master/hyperparams/ppo.yml#L50 You can just remove it, I forgot it from the rl-zoo with SB2.
If you have the time, you can also submit a PR to solve that issue ;)
OK, I will do a test and submit one later.
Hi, I was trying the following code from README
python train.py --algo ppo --env MountainCar-v0 -n 50000 -optimize --n-trials 1000 --n-jobs 2 \ --sampler random --pruner median
, but I got the following error. Could you tell me where the problem possibly is? Thanks!Error message
System Info