hubbs5 / or-gym

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

using gym.utils.seeding to get more reproducible results #9

Closed gogolgrind closed 3 years ago

gogolgrind commented 3 years ago

I have modified PortfolioOpt-v0, by adding gym.utils.seeding to get more reproducible results with different random seeds in _generate_asset_prices method. It might be critical to compare some methods, especially evolutionary strategies.