Shmulik Cohen
Shmulik Cohen
Change few files to fix errors that new users will encounter: * changed line in pyproject.toml with the file "README.md" instead of "readme.md" (poetry install doesn't work now) * update...
Add the function extract_file_paths that find paths based on simple regex instead of query. I think that it should be accurate as much as specify_file_paths and save one query. It's...
Solves https://github.com/dickreuter/neuron_poker/issues/91
Is your feature request related to a problem? Please describe. Yes. The project currently uses the gym library, which is no longer actively maintained (since 2021 https://github.com/openai/gym). This creates compatibility...