philtabor / ProtoRL

A Torch Based RL Framework for Rapid Prototyping of Research Papers
MIT License
60 stars 4 forks source link

Bug in ppo_discrete example #1

Closed philtabor closed 4 months ago

philtabor commented 1 year ago

In the ppo_discrete.py file the adapt_actions flag is set to True, when it should be False.

philtabor commented 4 months ago

fixed