ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

🏗️ 🐛 fix bug for vectorized environment

Open Yonv1943 opened this issue 2 years ago • 0 comments

fig the bug for vectorized environment.

  • AgentBase.init()
  • AgentXXX.explore_env()
  • AgentXXX.update_net()
  • build_mlp()
  • ReplayBuffer.update()

This Pull Request fix the bugs that related to follosing issues:

  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/246
  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/245
  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/243
  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/242
  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/229 (Hterm)
  • https://github.com/AI4Finance-Foundation/ElegantRL/issues/225

Yonv1943 avatar Jan 08 '23 07:01 Yonv1943