MicroRTS-Py icon indicating copy to clipboard operation
MicroRTS-Py copied to clipboard

Support wall observation and multiple improvements

Open vwxyzjn opened this issue 1 year ago • 2 comments

This PR does a few things.

  1. supports the wall observation.
  2. fixes https://github.com/Farama-Foundation/MicroRTS-Py/pull/34#issuecomment-1012722258
    • one side effect is that the agent_sota.pt would no longer work. Hence we deprecate the ppo_gridnet_large.py model. People who are interested in using the agent_sota.pt should use the https://github.com/Farama-Foundation/MicroRTS-Py/tree/v0.6.0.
  3. update to the latest pytorch==1.13.0
  4. added some profiling tools showing the time spent on rollout, inference, and training.
  5. update docs

vwxyzjn avatar Nov 16 '22 22:11 vwxyzjn

Running training here: https://wandb.ai/costa-huang/gym-microrts/runs/36ssyk73?workspace=user-costa-huang

vwxyzjn avatar Nov 16 '22 23:11 vwxyzjn

Because this PR was relatively old and there had been numerous other changes in master since it was created, I re-did the support for wall observations outside of this PR. That was in https://github.com/Farama-Foundation/MicroRTS-Py/pull/129, which I have just merged, so I assume this PR can be closed?

DennisSoemers avatar Dec 18 '23 10:12 DennisSoemers