akbir / rl-jax

Messing around with RL agents in Jax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rl-jax

Messing around with RL agents in jax.

Algorithms

Currently supports Proximal Policy Optimisation (PPO) with cartpole environment.

Installation

Requires Jax, the best way to install is from here

All other packages are specified in requirements.txt

pip install -r requirements.txt

About

Messing around with RL agents in Jax

License:MIT License


Languages

Language:Python 100.0%