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

Version Compatibility #72

Closed yaelatletl closed 1 year ago

yaelatletl commented 1 year ago

I'm making this issue for discussion, as the suggestion by @visuallization in #71 is worth noting, the python module works either on Godot 3.5 or 4.0, and the addon code is now a submodule, so we could go back to having a single branch here and let users select for which version download examples and the addon. This also applies to the C# ONNX loader, most of it could be written as version independent

edbeeching commented 1 year ago

This sounds good, it's easier to maintain as well.

edbeeching commented 1 year ago

Closing