godot_rl_agents icon indicating copy to clipboard operation
godot_rl_agents copied to clipboard

[Potential todo, UX] - Implement sb3 example commands in `gdrl`

Open Ivan-267 opened this issue 2 years ago • 0 comments

As we discussed previously on discord, one idea is to implement the functionality from the sb3 example to the gdrl command, I'm adding it here as a potential todo for discussion / tracking.

Since most of the arguments would be specific to sb3, the other frameworks would need to have different commands, e.g. gdrl-rllib, gdrl-sf, gdrl-cleanrl and each could contain corresponding arguments.

gdrl --help would then return all arguments specific to sb3, and the others would return arguments specific to the framework.

The benefits would be that it simplifies the UX for new users, and the steps that need to be described in potential future starter tutorials would also be simpler.

Ivan-267 avatar Sep 28 '23 16:09 Ivan-267