VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

Action limits are getting exceeded #53

Closed dynamik1703 closed 7 years ago

dynamik1703 commented 7 years ago

Dear VinF,

thank you very much for this great library!

I have noticed following behavior: Example: mountain_car_continuous_env.py The action space ist limited to [-1.0, 1.0] But during the training sometimes values bigger than 1.0 occur.

Is it possible to prevent this?

Thanks!

VinF commented 7 years ago

Hi! Thanks for the feedback. It should be fixed now in the latest version from git (see PR #54).