joschu / modular_rl

Implementation of TRPO and related algorithms
MIT License
622 stars 156 forks source link

python 3 support? #28

Open hughperkins opened 6 years ago

hughperkins commented 6 years ago

currently using python 3 gives:

  File "run_pg.py", line 44
    print "*********** Iteration %i ****************" % COUNTER
                                                    ^
SyntaxError: Missing parentheses in call to 'print'