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
902 stars 63 forks source link

Latest Godot Pypi Package Does not Work with Latest Addon Version #188

Closed MichaelrMentele closed 2 months ago

MichaelrMentele commented 2 months ago

The latest published pypi version of godot_rl does not work with the latest version of the addon. You need to install from main (thanks @Ivan-267) pip install https://github.com/edbeeching/godot_rl_agents/archive/refs/heads/main.zip. See https://discord.com/channels/1073582623349297253/1073582787807948820/1252344749151621183 for context.

We should cut a new release (however y'all are doing that) and update the package on pypi so that folks don't bounce off the project.

edbeeching commented 2 months ago

Thanks, just push release 0.8.0: https://pypi.org/project/godot-rl/0.8.0/

Let me know if you have further issues.

edbeeching commented 2 months ago

Closing, let me know if you are still having issues.