Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Deep RL Vectorized Environment #5

Open
1 task done
GeorgeS2019 opened this issue Jun 13, 2023 · 0 comments
Open
1 task done

Deep RL Vectorized Environment #5

GeorgeS2019 opened this issue Jun 13, 2023 · 0 comments

Comments

@GeorgeS2019
Copy link

GeorgeS2019 commented Jun 13, 2023

Current Status

RL Environments

image

  • K-armed bandit

    In K-armed bandit RL Environment, an agent has to choose between K different actions (or arms) in order to maximize its reward. The goal of the K-armed bandit problem is to find the optimal policy for an agent to take in an environment.

RL Space

image

SB3 RL Environments comparisons

The RL Environment come from gymnasium the replacement of OpenAI Gym

The great Test-Driven Development coverage of the RL. Environment can help you design not from scratch but well thought RL software architect Design patterns that are well tested.

VecEnvWrapper or Vectorized Environments Wrappers

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant