-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Right now I have to stop the training with CTRL+C in the console to get the current brain model. See how the model performs and continue training. Two features that would save time:
-
Please add an option to automatically save the *.nn model during training. Currently you already save some checkpoint information every 50.000 steps. Please save a *.nn model as well.
-
If the feature above is implemented it would be more then awesome to have a separate instance of the environment running during training at real time speed showing agents with the latest brain. For example when training with 6 instances of the environment the agents train with 100x speed. It would be very helpful if there would be a separate instance run in real time with the lastest saved *.nn brain so that the behavior can be observed.
Right now I have to constantly stop the training to observe the agents, it's very time consuming. Thanks.