-
Notifications
You must be signed in to change notification settings - Fork 17
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
Signature of NetworkInterface causing issues in a few files #30
Comments
Thank you for raising this issue @forrestmckee. We have one of the team looking into it. |
Hi @forrestmckee, thank you for raising this issue! Firstly let me apologise for this issue, this definitely was an oversight on our part when implementing the updated configs and So I have actually identified a number of issues here:
I'm currently working on a bugfix that will:
I'm hoping to get a release (v1.0.1) out for this before the end of the week. @ChrisMcCarthyDev (Yawning-Titan dev team) |
… and path added to ga... A fix for issue: #30 - dcbo_config.yaml moved to config package data and path added to game_modes.py. - base_net.txt removed and replaced with dcbo_base_network() in network_creator.py. - NetworkInterface instantiation fixed in rl_baseline.py, utils.py, and custom_config_runner.py. - test_dcbo_utils.py updated to test updated ValueError. - seaborn added to setup.py as it was imported in fig_plotting.py and only just discovered now. - dependency hell fixed after adding seaborn. - Docs rebuilt. - dep_licenses.md regenerated. - Tests ran.
Closing as fixed in release v1.0.1. |
…te-documentation-readme-md-and-docs Feature/aidt 99 update documentation readme md and docs
…ocumentation-readme-md-and-docs Feature/aidt 99 update documentation readme md and docs
… and path added to ga... A fix for issue: #30 - dcbo_config.yaml moved to config package data and path added to game_modes.py. - base_net.txt removed and replaced with dcbo_base_network() in network_creator.py. - NetworkInterface instantiation fixed in rl_baseline.py, utils.py, and custom_config_runner.py. - test_dcbo_utils.py updated to test updated ValueError. - seaborn added to setup.py as it was imported in fig_plotting.py and only just discovered now. - dependency hell fixed after adding seaborn. - Docs rebuilt. - dep_licenses.md regenerated. - Tests ran.
Describe the bug
The
__init__
method inNetworkInterface
changed and no longer allows forsettings_path
. This causes rl_baseline.py to fail.To Reproduce
Steps to reproduce the behaviour:
rl_baseline.py
TypeError
Expected behaviour
I expect the file to run to completion.
Environment (please complete the following information):
Additional context
This seems like more of a simple oversight than a bug. It looks like there's a new way to do the same thing.
The text was updated successfully, but these errors were encountered: