Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzixuan committed Aug 28, 2021
1 parent 35d4e6c commit fcc87dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
RobLAX is a differentiable rigid body physics engine with contact1constraints that can assists various model-based methods.
RobLAX is written in JAX and implements [environments](envs) and [model-base algorithm](model_based_RL.py) using [jbdl](https://github.com/Tencent-RoboticsX/jbdl). A render and urdf parser also included to extend to more realistic robotic application.

Brax also includes a suite of learning algorithms that train agents in seconds to minutes:
* Baseline learning algorithms such as
[PPO](https://github.com/michaelyeah7/roblax/blob/Guo/PPO.py),
[SAC](hhttps://github.com/michaelyeah7/roblax/blob/Guo/SAC.py)
* An new actor-critic mbrl algorithm, Model-based Reinforcement Learning


## Model-based Reinforcement Learning
Implement an actor-critic mbrl algorithm. Guo Ye, Qinjie Lin, Tim Lau, Zhaoran Wang, Han Liu.
Expand Down

0 comments on commit fcc87dc

Please sign in to comment.