Abstract environment for algorithms.
Action: A tuple containing [ the move over the input, whether to write to the output, the predicted character ]
Observations: The character under the read cursor. A total of base + 1 with an extra out-of-bounds character.
base
The environment terminates immediately when an incorrect item is written or when the entire output is successfully outputted.
The possible movements that the agent can make.
Number of distinct characters.
Generated using TypeDoc
Abstract environment for algorithms.
Action: A tuple containing [ the move over the input, whether to write to the output, the predicted character ]
Observations: The character under the read cursor. A total of
base
+ 1 with an extra out-of-bounds character.The environment terminates immediately when an incorrect item is written or when the entire output is successfully outputted.