You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
TangHaooooo
changed the title
你好!阅读了您的论文后非常受到启发,在运行您的代码时创建环境这一步时报错解决不了,请问可以指导一下如何解决吗
你好!阅读了您的论文后非常受到启发,在运行您的代码时创建环境这一步时报错解决不了,请问可以指导一下如何解决吗?’env = gym.make('fjsp-v0', case=[test_file], env_paras=env_test_paras, data_source='file')‘
Aug 17, 2022
error:
Traceback (most recent call last):
File ".\fjsp-drl-main\fjsp-drl-main\test.py", line 203, in
main()
File ".\fjsp-drl-main\fjsp-drl-main\test.py", line 140, in main
env = gym.make('fjsp-v0', case=[test_file], env_paras=env_test_paras, data_source='file')
File "D:\anaconda3\envs\d2l\lib\site-packages\gym\envs\registration.py", line 601, in make
env = PassiveEnvChecker(env)
File "D:\anaconda3\envs\d2l\lib\site-packages\gym\wrappers\env_checker.py", line 22, in init
assert hasattr(
AssertionError: You must specify a action space. https://www.gymlibrary.ml/content/environment_creation/
No description provided.
The text was updated successfully, but these errors were encountered: