hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

TypeError for EnvContext and int when running InvManagement with Ray #2

Closed hubbs5 closed 4 years ago

hubbs5 commented 4 years ago

It seems that, due to its precedence in the keys list, periods gets assigned environment variables via **kwargs when passed through Ray. This raises an error when the value is added to an integer because Python is trying to add a dictionary and integer. Need to re-work the additional attribute setting functions in this environment.