Skip to content

Commit

Permalink
Specify model subdirectory for pLearn testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 97ee296 commit c389f54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/pLearn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,13 @@ This time we will point the `test.py` script at the folder containing the iterat
We point the test script to this location through the following.

```
./test.py --test_dir trained/my_model
./model/test.py --test_dir trained/my_model
```

Again, in another console we will launch the moos-ivp simulation **BUT** this time through the script provided in `examples/pLearn/model/scripts/launch.sim`. This simulation has default time warp of 15.

```
cd examples/pLearn/model
./scripts/launch_sim.sh
./model/scripts/launch_sim.sh
```

**NOTE:** The script will automatically deploy and reset the vehicles... no pMarineViewer will launch.
Expand Down

0 comments on commit c389f54

Please sign in to comment.