garage icon indicating copy to clipboard operation
garage copied to clipboard

Make environment with 2 discrete action

Open Ahmadmoo opened this issue 2 years ago • 1 comments

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.

Ahmadmoo avatar Feb 08 '22 02:02 Ahmadmoo

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.

krzentner avatar May 20 '22 04:05 krzentner