Add some reinforcement learning example. (#1090)

* Add some reinforcement learning example.

* Python initialization.

* Get the example to run.

* Vectorized gym envs for the atari wrappers.

* Get some simulation loop to run.
This commit is contained in:
Laurent Mazare
2023-10-14 16:46:43 +01:00
committed by GitHub
parent 9309cfc47d
commit 29c7f2565d
7 changed files with 603 additions and 1 deletions

View File

@ -143,7 +143,6 @@ fn main() -> Result<()> {
let args = Args::parse();
let _guard = if args.tracing {
println!("tracing...");
let (chrome_layer, guard) = ChromeLayerBuilder::new().build();
tracing_subscriber::registry().with(chrome_layer).init();
Some(guard)