Zeng

Results 5 issues of Zeng

I successfully run the program.However, I found threre is something seen abnormal. class RecurrentController(BaseController): def network_vars(self): self.lstm_cell = tf.nn.rnn_cell.BasicLSTMCell(256) self.state = self.lstm_cell.zero_state(self.batch_size, tf.float32) def network_op(self, X, state): X = tf.convert_to_tensor(X)...

**The interface just appear for 1 second, when I run the basic usage code. And following is the error information:** /usr/bin/python3.5 /home/cr/pycharmProjects/0Test/test.py pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html...

Dear agiantwhale: I run this following code: python wad.py "maze.txt" "outputs/maze.wad" -b outputs/static_train_goal.o There are so many green object (reward is +1). I change https://github.com/agiantwhale/NavDoom/blob/3fdbef83b644007d85522a97e7dadbb7260a9042/content/static_goal_train.acs#L82 the reward into -0.01 to...

I do research on memory, and want to incorporate memory into vin to improve its navigation ability in larger scale maze. How can I get gridworld 32x32 and gridworld 64x64?...

I ran the command in the terminal as bellow: **** **python run.py --datafile data/gridworld_16x16.npz --imsize 16 --lr 0.008 --epochs 30 --k 20 --batch_size 128** **but it shows error as following:**...