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

Update pip godot-rl package #133

Closed Ivan-267 closed 1 year ago

Ivan-267 commented 1 year ago

The package installed with pip-install godot-rl (https://pypi.org/project/godot-rl/0.5.0/) still causes errors when using gdrl as it installs Stable Baselines 3 2.0.0 which uses Gymnasium.

Perhaps it could be updated so that the gdrl command will work out of the box.

Related issue: https://github.com/edbeeching/godot_rl_agents/issues/132

Ivan-267 commented 1 year ago

Should be solved with the new release, closing.