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
Hi. I'm trying to run drrn/train.py, but can't resolve all the issues.
First of all there is no support for jericho with version 2.1.0, if I'm not mistaken. I could only see versions v1.0, 3.1.1, 3.1.2.
For this I just removed the jericho version check in train.py,
Next there is this api mismatch in env.py. For example it complains that there is no 'load_bindings' defined. I substitutited these calls with methods from FrotzEnv, but I'm getting another error related to multiprocessing from vec_env.py:
assert not _current_process._config.get('daemon'),
AssertionError: daemonic processes are not allowed to have children
The text was updated successfully, but these errors were encountered:
latofatbobojonova
changed the title
Wrong jericho version or api mismatch?
Can't adapt it to newer jericho versions. No 2.1.1 version was found
Jun 8, 2023
latofatbobojonova
changed the title
Can't adapt it to newer jericho versions. No 2.1.1 version was found
Can't adapt it to newer jericho versions. No 2.1.0 version was found
Jun 8, 2023
Hi. I'm trying to run drrn/train.py, but can't resolve all the issues.
First of all there is no support for jericho with version 2.1.0, if I'm not mistaken. I could only see versions v1.0, 3.1.1, 3.1.2.
For this I just removed the jericho version check in train.py,
Next there is this api mismatch in env.py. For example it complains that there is no 'load_bindings' defined. I substitutited these calls with methods from FrotzEnv, but I'm getting another error related to multiprocessing from vec_env.py:
assert not _current_process._config.get('daemon'),
AssertionError: daemonic processes are not allowed to have children
The text was updated successfully, but these errors were encountered: