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

Multiple github repositories for godot-rl-agents #204

Closed ra9hur closed 4 days ago

ra9hur commented 1 month ago

Currently there are 3 repos for godot-rl-agents.

For a newbie, it gets very confusing to access information at multiple places. Request to consider unifying all to a single repository in subsequent releases.

GianiStatie commented 4 days ago

For a newbie, it gets very confusing

Fair, but each repo README.md tells you what the purpose of the repo is:

godot_rl_agents -> Python library used to communicate with the Godot Environments godot_rl_agents_examples -> Out of the box Godot Environments that you can train your agents on godot_rl_agents_plugin -> Godot addon used for creating your own Godot Environment

While it may be complicated at first glance, you get used to it after a few uses, just like driving a car.