facebookresearch / ELF

An End-To-End, Lightweight and Flexible Platform for Game Research
Other
2.09k stars 285 forks source link

Cannot run with python 3.7 #127

Open JiseongKim opened 5 years ago

JiseongKim commented 5 years ago

async is a reserved word in Python 3.7

So, I think change install instruction like the following

conda create -n elf python=3.6 (or 3.x)

or change parameter name('async') to the other.

douglasrizzo commented 4 years ago

I think this and #124 are related. I just sent #135 to fix this.