ikostrikov / walk_in_the_park

MIT License
241 stars 35 forks source link

Fix sim import #1

Closed araffin closed 2 years ago

araffin commented 2 years ago

Note: the code also requires python 3.8+, replacing from functools import cached_property by property makes it compatible with 3.7

ikostrikov commented 2 years ago

Thanks for fixing the bug!

ikostrikov commented 2 years ago

I found another incorrect import.

It should be good now.

araffin commented 2 years ago

true, i actually corrected that one locally... btw, would be nice to release a requirement file too ;) (i managed to run the code but with some flag hacks ...)