Rust_RL icon indicating copy to clipboard operation
Rust_RL copied to clipboard

starting transfer to spaces

Open ZuseZ4 opened this issue 5 years ago • 1 comments

As discussed with @seongs1024, a draft-PR to transfer the RL section from hard-coded ndarray's to more flexible spaces.

ZuseZ4 avatar Dec 11 '20 03:12 ZuseZ4

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.

ZuseZ4 avatar Dec 12 '20 03:12 ZuseZ4