Skip to content

Commit

Permalink
Onnx export in colab example (Denys88#202)
Browse files Browse the repository at this point in the history
* updated notebooks

* examples now work in onnx

Co-authored-by: Denys Makoviichuk <[email protected]>
  • Loading branch information
Denys88 and DenSumy authored Sep 18, 2022
1 parent bc7cc36 commit 48f6629
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 720 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Explore RL Games quick and easily in colab notebooks:

* [Mujoco training](https://colab.research.google.com/github/Denys88/rl_games/blob/master/notebooks/mujoco_envpool_training.ipynb) Mujoco envpool training example.
* [Brax training](https://colab.research.google.com/github/Denys88/rl_games/blob/master/notebooks/brax_training.ipynb) Brax training example, with keeping all the observations and actions on GPU.
* [Onnx discrete space export example with Cartpole](https://colab.research.google.com/github/Denys88/rl_games/blob/master/notebooks/train_and_export_onnx_example_discrete.ipynb) Mujoco envpool training example.
* [Onnx continuous space export example with Pendulum](https://colab.research.google.com/github/Denys88/rl_games/blob/master/notebooks/train_and_export_onnx_example_continuous.ipynb) Brax training example, with keeping all the observations and actions on GPU.

## Installation

Expand Down
212 changes: 0 additions & 212 deletions notebooks/train_and_export_onnx_example.ipynb

This file was deleted.

Loading

0 comments on commit 48f6629

Please sign in to comment.