VIN_PyTorch_Visdom icon indicating copy to clipboard operation
VIN_PyTorch_Visdom copied to clipboard

PyTorch implementation of Value Iteration Networks (VIN): Clean, Simple and Modular. Visualization in Visdom.

Results 3 VIN_PyTorch_Visdom issues
Sort by recently updated
recently updated
newest added

Hello,I am a fresh learner of RL, so I am confused about how to form the input.What is X,S1,S2,label?

When I run one of the example scripts listed ``` python run.py --datafile data/gridworld_8x8.npz --imsize 8 --lr 0.005 --epochs 30 --k 10 --batch_size 128 ``` I get the following error:...

Hello, can provide the following reward image and value function code, I want to achieve it.