Great project, thanks for sharing. It would be great to have more flexibility between the agent and the environment. For instance, many environments mask out the actions by setting them to int.MinValue.
Would it be possible to return the array of all actions before the argmax? Then add a method for the iEnvironment, something like MaskActions(actionIds)?
Great project, thanks for sharing. It would be great to have more flexibility between the agent and the environment. For instance, many environments mask out the actions by setting them to int.MinValue.
Would it be possible to return the array of all actions before the
argmax? Then add a method for the iEnvironment, something like MaskActions(actionIds)?