eleurent / rl-agents

Implementations of Reinforcement Learning and Planning algorithms
MIT License
591 stars 153 forks source link

Questions from the entrant #35

Closed Pei-w closed 4 years ago

Pei-w commented 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'envs/CartPole.json'

Hello, I used your example **_python3 experiments.py evaluate envs/CartPole.json agents/dqn.json --train --episodes=200_**to test run. I have installed openai gym in my own virtual environment. What's the reason for this error?

Pei-w commented 4 years ago

Thank you for your email, I have solved this problem.So sorry for the late reply. I deleted the virtual environment used for highway-env in my conda,. Then I reinstalled the package related to highway-env, and I can run the example you gave me