Ilya Kostrikov
Ilya Kostrikov
It seems to work for me (I tested it with the latest versions of gym and baselines). Could you check whether you install the latest versions of gym and baselines?...
At some point I was going to add models with convolutions coupling layers.
Hi! Thanks for sharing a great repo! Any updates regarding the mac os support?
Hello, * we ablated over different utds and found that utd=20 works best. See this [figure](https://github.com/ikostrikov/walk_in_the_park/files/9440172/utd.pdf). * TQC is an exciting algorithm. However, we didn't try it specifically for this...
Our laptop could run training only with utd=20 in real time, so we didn't try larger values :) Yes, it's just jax.jit. Otherwise, it's a vanilla implementation without any additional...
@COST-97 it seems that it cannot detect cuda. The easiest way to fix it is via installing it with [conda](https://github.com/google/jax#conda-installation).