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

Introduce reinforcement learning agent #7

Open
Johansmm opened this issue Sep 29, 2022 · 0 comments
Open

Introduce reinforcement learning agent #7

Johansmm opened this issue Sep 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Johansmm
Copy link
Owner

Based of reinforcement learning theory, introduce an agent that perform an action only with the current state of the game.
For that, it should be trained before to play, using the following knowledged:

The goal will be to find an RL-based agent that competes against greedy algorithm, and that reach to win more than 80% of the time. Different learning functions (Q-learning, policy, mix, others) can be tried.

Note: a brief summary could be regard on: https://arxiv.org/pdf/1708.05866.pdf

@Johansmm Johansmm added the enhancement New feature or request label Sep 29, 2022
@Johansmm Johansmm self-assigned this Sep 29, 2022
@Johansmm Johansmm transferred this issue from Johansmm/PyRat-RL-to-unfork Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant