diff --git a/torch_training/Getting_Started_Training.md b/torch_training/Getting_Started_Training.md index 91a34a6883828c4fe6607cf3d67564c8c8fa1004..6ad45e1fefd26ced9cfee088ccbf9d77bdbea855 100644 --- a/torch_training/Getting_Started_Training.md +++ b/torch_training/Getting_Started_Training.md @@ -210,7 +210,10 @@ 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: +  + and the agent behavior should look like this: + 