Where to update actions in environment?

1 Ansicht (letzte 30 Tage)
Jason Hu
Jason Hu am 11 Mai 2021
I'm creating a custom reinforcement learning environment by using the custom environment template (cart pole code). However, the cart pole environment has two actions at all times and therefore just defines them in the constructor. For my environment there can be varying actions based on the state and I was wondering where best to update that. I was thinking of doing it at the end of the setup function but I am not sure. Thanks

Antworten (1)

Emmanouil Tzorakoleftherakis
Reinforcement Learning Toolbox agents expect a static action space, so fixed number of options at each time step. To create a dynamic action space you would have to create your own custom agent.

Produkte


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by