diff --git a/README.md b/README.md index 14a039d..99448fc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ Start the web user interface flask run --host=0.0.0.0 ``` +

+ +
+ Agent selection screen. Users can customize the ego and partner agents. +

+ +

+ +
+ Training screen. Users can view basic information, or spawn a Tensorboard tab for full monitoring. +

+ ## Command Line Invocation diff --git a/images/agent_selection_screen.png b/images/agent_selection_screen.png new file mode 100644 index 0000000..74b810e Binary files /dev/null and b/images/agent_selection_screen.png differ diff --git a/images/training_screen.png b/images/training_screen.png new file mode 100644 index 0000000..31b12e5 Binary files /dev/null and b/images/training_screen.png differ