Zichuan Lin

Results 7 comments of Zichuan Lin

> Hello LinZichuan, > > I tried your train_cartpole.py, but got: > > Traceback (most recent call last): > File "train_cartpole.py", line 31, in > main() > File "train_cartpole.py", line...

I had the same problem... By the way, I found there is no Surround environment in OpenAI gym. How can I reproduce the results of IQN and C51 on this...

vim ~/.keras/keras.json and change 'tf' to 'th', it will solve this problem.

Hi, feed_dict in Tensorflow seems very slow. Using sess.run to process each state seems not a good idea.

Maybe it does not need to use Tensorflow to process each state. Using numpy or other libraries can avoid use feed_dict frequently.

Hi @ppaquette, I run `xvfb-run -s "-screen 0 1400x900x24" bash` but have an error when I run `env.render()` The error is `pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX`. Do...

How can you run the project normally? I tried to run it but come out an error #12 . @ppwwyyxx @etienne87