RobertTLange / gymnax

RL Environments in JAX 🌍
Apache License 2.0
585 stars 54 forks source link

`lax.select` versus `(1-x)*y + x*z` #19

Closed RobertTLange closed 2 years ago

RobertTLange commented 3 years ago

As of right now I am doing a lot masked sums to avoid booleans while jitting. This can probably done a lot more elegantly with lax.select as in the podracer Anakin example. Go through all environments and clean up!