From 171e529deb1edfca176f846c7ab63c126425af08 Mon Sep 17 00:00:00 2001 From: hamishs <41787553+hamishs@users.noreply.github.com> Date: Sat, 3 Apr 2021 17:17:11 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f46d116..acabf2b 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,7 @@ Main libraries used: * SARSA * Expected SARSA -## TODO -### v0 -* More unit tests -* environment -* documentation - -### v1 -* Other PPO based algorithms? -* Prioritised experience replay -* Multi-agent -* Environment +## Installation +``` +$ pip install git+https://github.com/hamishs/JAX-RL +```