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

Can the training process also visible? #15

Closed AleatorM closed 2 years ago

AleatorM commented 2 years ago

Hello, Ed! Your work is awesome. Have a quick question though. While I can see how the game is going when performing eval using your pretained model, trying to train the model just provides me the cmd box printing the training information. Can the training process also visible with some settings?

edbeeching commented 2 years ago

Hi, thanks. In the yaml config file you can set show_window: true to show the window(s) and visualize the training process. Depending on your use case this may slow down training. I will close the issue but feel free to reopen it or raise another one with any other questions.