Skip to content

maro-0.3.1a1 🚀

Compare
Choose a tag to compare
@Jinyu-W Jinyu-W released this 27 Dec 09:55
· 11 commits to master since this release
  • Refine decision event logic (#559)
    • Add DecisionEventPayload and ActionPayload as the base class for payloads of decision events & action events.
    • Add related type check during running.
    • Rename related variables under simulator/.
    • Refine the action handling logic. Modify Env and related BEs.
  • Refine RL component bundle logic (#549)
    • Refine rl_component_bundle. Use a more straightforward & easier way to organize. In this new version, we do not need easyrl anymore.
    • Update related examples.
    • Fix bugs in distributed training. Add config YAML file for distributed training in CIM scenario.
    • Add rl_formulation.ipynb as an example.
  • Fix CITI BIKE hello world dashboard (#555)
  • Update data model doc (#554)
  • Update requirements (#552, #553)