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

Tensorboard is referenced in docs but missing in requirements.txt #8

Closed mischkadb closed 2 years ago

mischkadb commented 2 years ago

The Example environments documentation visualizes the training progress with tensorboard, but tensorboard is not included in the requirements.txt. It should either be added to requirements.txt or the optional installation with pip install tensorboard should be mentioned in the documentation.

edbeeching commented 2 years ago

This should be added in the latest release. Thanks for pointing it out.