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

[Enhancement] Add logging #170

Open edbeeching opened 7 months ago

edbeeching commented 7 months ago

Add logging to file instead of terminal (requested on discord)

Ivan-267 commented 7 months ago

For reference: https://stable-baselines3.readthedocs.io/en/master/common/logger.html#logger

Available formats are ["stdout", "csv", "log", "tensorboard", "json"]

Some of those formats might be useful for this, e.g. csv or json.