Closed yanmluk closed 2 years ago
Hi,
I would like to query the trained agent for actions given different board state. Is it possible to start the board with a given state/configuration instead of the default state generated by envs.reset()?
You can probably generate a different map. https://github.com/vwxyzjn/microrts/blob/2c8a626498b71e44beaaac9c311cd0a25b74a275/src/gui/frontend/FrontEnd.java has a GUI editor for the maps
Hi,
I would like to query the trained agent for actions given different board state. Is it possible to start the board with a given state/configuration instead of the default state generated by envs.reset()?