geek-ai / MAgent

A Platform for Many-Agent Reinforcement Learning
MIT License
1.68k stars 332 forks source link

use urllib.request for python3 #5

Closed liuminggao closed 6 years ago

liuminggao commented 6 years ago

for python3,you need change the urllib2 in utility.py to urllib.request :)

merrymercy commented 6 years ago

thanks for the catch, we remove it and only rely on wget now