Skip to content
Snippets Groups Projects
Commit c1f0a680 authored by Siddhartha Laghuvarapu's avatar Siddhartha Laghuvarapu
Browse files

Fix link to RLlib training code

parent 6792b727
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment