@@ -15,7 +15,7 @@ Wrap them as shown in /agents for compatibility with our submission system.
## Example Learned Agent
We provide a simple recurrent [baseline model](https://github.com/jsuarez5341/neural-mmo/blob/master/neural_mmo/forge/ethyr/torch/policy/baseline.py) and all associated [RLlib training code](https://github.com/jsuarez5341/neural-mmo/blob/master/neural_mmo/projekt/rllib_wrapper.py).
We provide a simple recurrent [baseline model](https://github.com/jsuarez5341/neural-mmo/blob/master/neural_mmo/forge/ethyr/torch/policy/baseline.py) and all associated [RLlib training code](https://github.com/jsuarez5341/neural-mmo/blob/master/projekt/rllib_wrapper.py).
You can retrain the baseline agent as shown below. It takes a couple days to converge with a good gpu and 32 cores, but you can try it out for a few epochs.