Skip to content
Snippets Groups Projects
Commit 1bd4143e authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

Update Getting_Started_Training.md

parent a2a4993b
No related branches found
No related tags found
No related merge requests found
...@@ -210,5 +210,7 @@ for trials in range(1, n_trials + 1): ...@@ -210,5 +210,7 @@ for trials in range(1, n_trials + 1):
``` ```
Running the `navigation_training.py` file trains a simple agent to navigate to any random target within the railway network. After running you should see a learning curve similiar to this one: Running the `navigation_training.py` file trains a simple agent to navigate to any random target within the railway network. After running you should see a learning curve similiar to this one:
![Learning_curve](https://i.imgur.com/yVGXpUy.png)
and the agent behavior should look like this:
![Single_Agent_Navigation](https://i.imgur.com/t5ULr4L.gif)
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