devendrachaplot / DeepRL-Grounding

Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)
https://sites.google.com/view/gated-attention/home
MIT License
237 stars 37 forks source link

Define xrange() for Python 3 #2

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

xrange() was removed from Python 3 in favor of range().

devendrachaplot commented 6 years ago

xrange was used in some other files too. I have modified the code for python3 compatibility.