pathak22 / noreward-rl

[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Other
1.42k stars 301 forks source link

Tried to run demo.py got syntax error #38

Open mechelleamily opened 5 years ago

mechelleamily commented 5 years ago

File "demo.py", line 8, in from envs import create_env File "/Users/noreward-rl/src/envs.py", line 8, in import universe File "/anaconda3/lib/python3.7/site-packages/universe/init.py", line 22, in from universe import error, envs File "/anaconda3/lib/python3.7/site-packages/universe/envs/init.py", line 1, in import universe.envs.vnc_env File "/anaconda3/lib/python3.7/site-packages/universe/envs/vnc_env.py", line 11, in from universe.envs import diagnostics File "/anaconda3/lib/python3.7/site-packages/universe/envs/diagnostics.py", line 94 async = self.qr_pool.apply_async(self.method, (self._last_img, time.time(), available_at)) ^ SyntaxError: invalid syntax

TingtingYuan commented 4 years ago

I have the same problem. Did you solve it?

Rishabh-Samra commented 4 years ago

Did the problem solved? Same problem I am also facing...

lukasschueler commented 3 years ago

I used Python Version 3.5(for dependency reasons) and did not encounter a comparable issue. Maybe you should try creating a virtualenv with 3.5 like this: virtualenv curiosity --python=python3.5