Daniel Seita
Daniel Seita
Hi @Zackory this is great work! I have been working closely with PyBullet over the last few months, and am using the official PyBullet code installed via `pip install pybullet==3.0.4`...
I followed the three installation steps for my **Ubuntu 18.04 machine** to create a conda environment named `ravens`. The installation seems to have proceeded correctly. However, running the example shows...
Dear @pzhokhov @matthiasplappert @christopherhesse et al., Thank you for providing an implementation of DDPG. However, I have been unable to get it to learn well on the standard MuJoCo environments...
Thanks for a great guide to debugging! I was using the assertions code you wrote. However, note that `tf.with_dependencies` is now deprecated and results in errors when used. The alternative,...
Hi @vitchyr Thanks for the great code base. I was recently benchmarking some results here in search for some DDPG/TD3 implementations after [my failure to get baselines working](https://github.com/openai/baselines/issues/938). I thought...
Hi Adam, Thanks again for getting rlpyt set up. I am wondering if it is possible to do this when running RL in parallel: within each parallel environment, at the...
Because I should know how to fix the current bugs in my code. - [ ] DDPG - [ ] TRPO
Let's leave Python 2.7 behind and make everything 3.5+ for this repository. If I need to go back to Python 2.7, make a virtualenv.
I need to make this code more modular and flexible, and take full advantage of Python's features. The policies right now are kind of hard-coded awkwardly. Look at `modular_rl` and...