Skip to content
Snippets Groups Projects
Unverified Commit af7ed9d3 authored by emailweixu's avatar emailweixu Committed by GitHub
Browse files

Support asynchronous unroll (#1397)

* Support asynchronous unroll

Perform unroll and training concurrently. This can be useful in two
situations:
1. The environment step is expensive. This can help reducing time
spending on unroll
2. Realtime training where the interaction with environment happens
in realtime. For this, we can set TrainerConfig.unroll_step_interval
to the desired interaction period.

* Fix circular import

* Address comments

* Fix failure for build.sh

Need to avoid mess up with commandline arguments

* Address comments
parent 518c7153
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment