chrisplyn's repo
chrisplyn's repo
For me restarting kernel doesn't work, adding tf.reset_default_graph() does.
I seems to have similar issue. I can build the program and run it without any problems, but when I execute the MxnetTestCpp.exe file, the program seems hanging there and...
@BenPorebski is your program applicable to other Atari games?
@BenPorebski Thanks Ben, I am also trying to leverage your code to play flappybird-v0. I don't understand the lstm part of your code, can you refer me to any tutorial...
@BenPorebski Thanks a lot Ben, based on your experiment, will A3C works better than other DQN techniques dealing with Atari Games?
@BenPorebski Hi Ben, do you know how to do separate testing using the trained model?
@BenPorebski yeah, I am not quite familiar with tensorflow, can you share you code of doing this?
@nwang57
@nwang57 thanks a lot, can you give me your email address?
@nwang57 Basically my problem is I was given a robot moving in a grid world with certain number of landmarks, I don't know where is the robot initially.I tried to...