DeepRL-Grounding
DeepRL-Grounding copied to clipboard
Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)
Results
2
DeepRL-Grounding issues
Sort by
recently updated
recently updated
newest added
Hi I was trying to run ' python a3c_main.py --evaluate 2 --load saved/pretrained_model' to run inference using the pre-trained model. However, I faced the following dimension error without changing the...
After ruling out issues caused by the PyTorch version, I successfully ran the command **python a3c_main.py --num-processes 6 --evaluate 0**. However, after running for a while, the Best reward and...