Open veerendrav opened 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
python run.py -p gym -a dqn -e CartPole-v0 -c 12 -n dqn_cartpole
load config from rls/configs/gym/CartPole-v0.yaml failed, cannot find file.
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