VIN_TensorFlow
VIN_TensorFlow copied to clipboard
TensorFlow implementation of Value Iteration Networks (VIN): Clean, Simple and Modular
Results
2
VIN_TensorFlow issues
Sort by
recently updated
recently updated
newest added
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:**...