Prabhasa Kalkur
Prabhasa Kalkur
Hello. I use SB and zoo actively for GAIL. My CustomEnv built using [AirSim](https://github.com/microsoft/AirSim) trains (almost) in real-time, due to which I have spent months trying to find the right...
Hello, Thank you for this fantastic repo! I was hoping to use some of the implementations here for the [MineRL](https://minerl.io/docs/index.html) competition. However, it seems policy-based algorithms like [``A2C,``](https://github.com/medipixel/rl_algorithms/issues/238)``PPO, SAC, and...
Hello. There is a cv2 error on running any baseline code from ``general/chainerrl/baselines`` (**after** fixing this [issue](https://github.com/minerllabs/minerl/issues/342)). Here's the traceback on running the ```GAIL.py``` baseline: ``` Traceback (most recent call...
Hello. How should the GAIL generator batch size [here](https://github.com/hill-a/stable-baselines/blob/master/stable_baselines/trpo_mpi/trpo_mpi.py#L430) scale with, say, discriminator batch size [here](https://github.com/hill-a/stable-baselines/blob/master/stable_baselines/trpo_mpi/trpo_mpi.py#L447) or with ``self.timesteps_per_batch``? Is there a reason why it is fixed, or is it...