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

Make environment with 2 discrete action #2315

Open
Ahmadmoo opened this issue Feb 8, 2022 · 1 comment
Open

Make environment with 2 discrete action #2315

Ahmadmoo opened this issue Feb 8, 2022 · 1 comment

Comments

@Ahmadmoo
Copy link

Ahmadmoo commented Feb 8, 2022

i was trying to make environment with 2 discrete action . but i couldn't find argument for akro.Discrete to change shape to 2 .

How can i make environment with 2 discrete action ?
(i dont have mixing option for actions )

Thank you.

@krzentner
Copy link
Contributor

You can use an akro.Tuple to combine two akro.Discrete actions.
However, note that you will probably have to write your own policy (and maybe Q functions).
Fortunately that is fairly easy to do in garage.

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

2 participants