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

chore(docs): added short entry regarding training statistics and tensorboard #128

Closed visuallization closed 1 year ago

visuallization commented 1 year ago

LGTM at a quick glance, although I did not have time to test the changes myself yet.

One question for related future updates of docs, do you think we should modify some of the docs where we have an example python script, for instance the ADV_STABLE_BASELINES_3.md to include the full stable_baselines3_example.py code?

Or perhaps just link to the python file (so it doesn't have to be updated with every change to the example), and then describe some of the other features (e.g. onnx export) in the docs file as well.

@Ivan-267 yeah I think linking makes totally sense