Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I run"python main.py fullobs_collect_treasure dir_1",there are the errors #13

Closed
Gezx opened this issue Oct 15, 2019 · 1 comment
Closed

Comments

@Gezx
Copy link

Gezx commented Oct 15, 2019

Episodes 1-13 of 50000
Process Process-1:
Traceback (most recent call last):
File "/home/gezhixin/anaconda3/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/gezhixin/anaconda3/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/gezhixin/MAAC-master/utils/env_wrappers.py", line 20, in worker
ob = env.reset()
File "/home/gezhixin/anaconda3/lib/python3.6/site-packages/gym/core.py", line 66, in reset
raise NotImplementedError
NotImplementedError
Process Process-2:
Traceback (most recent call last):
File "/home/gezhixin/anaconda3/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/gezhixin/anaconda3/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/gezhixin/MAAC-master/utils/env_wrappers.py", line 20, in worker
ob = env.reset()
File "/home/gezhixin/anaconda3/lib/python3.6/site-packages/gym/core.py", line 66, in reset
raise NotImplementedError
NotImplementedError
Process Process-3:

@shariqiqbal2810
Copy link
Owner

Make sure your package versions match what is specified in the README (specifically gym in this case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants