edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

Updates support of sb3 to latest version #134

Closed edbeeching closed 1 year ago

edbeeching commented 1 year ago

Should address #133 and be more future proof

Ivan-267 commented 1 year ago

About the failed linux test, it seems sf 2.0 needs python >= 3.8 https://pypi.org/project/sample-factory/2.0.0/ and the installed version on python 3.7 test was https://pypi.org/project/sample-factory/1.123.0/, which is for python >= 3.7, but it doesn't have the cfg module.

Maybe test can be further split to avoid installing SampleFactory with Python 3.7, or maybe the requirement can be lifted to only Python 3.8 or newer.