Skip to content

Automatically save the *.nn brain model during training #2263

@roboserg

Description

@roboserg

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:

  1. 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.

  2. 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.

Metadata

Metadata

Assignees

Labels

requestIssue contains a feature request.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions