Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Turn pyCMO into an OpenAI Gym environment #21

Closed
duyminh1998 opened this issue Nov 15, 2023 · 3 comments · Fixed by #55
Closed

Turn pyCMO into an OpenAI Gym environment #21

duyminh1998 opened this issue Nov 15, 2023 · 3 comments · Fixed by #55
Labels
enhancement New feature or request

Comments

@duyminh1998
Copy link
Owner

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

  • OpenAI Baselines is a set of high-quality implementations of reinforcement learning algorithms.
  • Gymnasium is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments
@duyminh1998 duyminh1998 added the enhancement New feature or request label Nov 19, 2023
@duyminh1998 duyminh1998 moved this to Backlog in @duyminh1998's pyCMO Nov 20, 2023
@duyminh1998 duyminh1998 modified the milestone: 1.3.0 Nov 20, 2023
@duyminh1998
Copy link
Owner Author

Good documentation for Gymnasium.

@duyminh1998
Copy link
Owner Author

@duyminh1998 duyminh1998 moved this from Backlog to Started in @duyminh1998's pyCMO Dec 2, 2023
@duyminh1998
Copy link
Owner Author

@duyminh1998 duyminh1998 linked a pull request Dec 12, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from Started to Releasable in @duyminh1998's pyCMO Dec 12, 2023
@duyminh1998 duyminh1998 moved this from Releasable to Delivered in @duyminh1998's pyCMO Dec 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: Delivered
1 participant