question

katerina-fratczak avatar image
0 Likes"
katerina-fratczak asked Jordan Johnson answered

Removing actions by reinforcement learning

Hello,

I need to pull items 1 to 50, but each is available only once. How to set the Action Parameters please? Shall I use Integer 1 to 50, or Options or anything else?1732266805649.png

How to remove already chosen action from the action parameters, so that in the next round RL algorithm could choose only from the remaining item numbers?

Thank you, Katerina

FlexSim 23.0.15
reinforcement learning
1732266805649.png (22.1 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ralf Gruber avatar image
0 Likes"
Ralf Gruber answered katerina-fratczak commented

Hi Katerina,

The parameter type "Sequence" is desigened to do what you are asking:

1732782855370.png

You choose sequence length and it creates an array with that length and fills it with consecutive integers.

@Jordan Johnson Can you please chip in about how this will work in an RL environment?

Thx

Ralf


1732782855370.png (34.9 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered

One option is to see the article I wrote on this topic, complete with an example:

https://answers.flexsim.com/articles/173513/using-reinforcement-learning-for-job-sequencing.html

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.