Shanchao Yang

Results 7 comments of Shanchao Yang

我的是在聊天里输入了:**好的**,然后黑框消失了

@kitog In fact ,if you use the release mode instead of debug mode,it can work. It seems that in debug mode ,when it is planning to return ,it will check...

Hi, @lcswillems , although OpenAI provides a API ( [VecNormalize)](https://github.com/openai/baselines/blob/master/baselines/common/vec_env/vec_normalize.py) to normalize the observations and rewards, I did not use it actually. I will try some RL frameworks and hope...

Hello, @p-christ . Although the example works in cpu mode, have you try running the example (cart_pole.py) in the gpu mode? **It seems some tensors are not in gpu**, I...

I really need the windows support since the text editor would crush on windows. Hope this can be merged ASAP...

Hi, I found an elegant solution for this issue. For anyone who encounters this issue, you can do the following patch instead of installing from the customed local files: ```python...

@JimAchterbergLUMC Good catch. This really bothers me too since I found many baselines generate float values even for the `age` feature.