jangirrishabh / toyCarIRL

Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
MIT License
172 stars 47 forks source link

It gives an error "Missing parentheses in call to 'print'" #3

Closed shamanez closed 6 years ago

shamanez commented 6 years ago

This error comes from

File "/home/shamane/.local/lib/python3.5/site-packages/pymunk/pygame_util.py", line 148 print poly.radius

jangirrishabh commented 6 years ago

That's because of a conflict in python and pymunk versions, please look at the documentation and make sure you are using the correct version of pymunk