RobertTLange / gymnax

RL Environments in JAX 🌍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DQN rlax + bsuite vs rlax + gymnax

RobertTLange opened this issue · comments

I would like to have a benchmark figure comparing the DQN example in rlax with a gymnax sped up version. Ideally, I want to compare the runtime for step transitions on different devices.

At the moment there is something wrong with the optimisation and/or evaluation. Figure out the bug 🐛.

The agents should all be in an experimental directory.

Addressed in d7e262b and 9b92dbe.