duyminh1998 / pycmo

Command Modern Operations Learning Environment
Other
49 stars 23 forks source link

Turn pyCMO into an OpenAI Gym environment #21

Closed duyminh1998 closed 9 months ago

duyminh1998 commented 10 months ago

Why

As a

User of pyCMO

I want

to be able to easily train RL agents in pyCMO

So that

I can develop RL agents that can solve pyCMO scenarios

Acceptance Criteria

Given

that it is currently unclear how we can train RL agents in pyCMO

When

we convert pyCMO into an OpenAI Gym environment (or at least make an interface that will make pyCMO behave like a Gym environment

Then

we open up pyCMO to more collaboration and we can leverage a vast repository of RL agents that are compatible with Gym environments

Notes

duyminh1998 commented 9 months ago

Good documentation for Gymnasium.

duyminh1998 commented 9 months ago

Make your own custom environment tutorial

duyminh1998 commented 9 months ago

Implementing Custom Wrappers