Rust_RL
Rust_RL copied to clipboard
starting transfer to spaces
As discussed with @seongs1024, a draft-PR to transfer the RL section from hard-coded ndarray's to more flexible spaces.
Environments have now ActionSpace and StateSpace as associated types. Agents and Trainer have those two spaces now as generics. The next step is to insert the actual, correct spaces and limits for the two examples fortress+tictactoe and update the existing methods in env/trainer/agents to use the given spaces.