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

Can't adapt it to newer jericho versions. No 2.1.0 version was found #3

Open
latofatbobojonova opened this issue Jun 8, 2023 · 0 comments

Comments

@latofatbobojonova
Copy link

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

@latofatbobojonova 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 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
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

1 participant