StepNeverStop / RLs

Reinforcement Learning Algorithms Based on PyTorch
https://stepneverstop.github.io
Apache License 2.0
449 stars 93 forks source link

Unable to run algorithms due to gym environment issue #62

Open veerendrav opened 12 months ago

veerendrav commented 12 months ago

I am able to successfully install the RLs. While running the command the command python run.py -p gym -a dqn -e CartPole-v0 -c 12 -n dqn_cartpole I am getting this error

load config from rls/configs/gym/CartPole-v0.yaml failed, cannot find file.