Remove GATE and fix a few spelling mistakes.

This commit is contained in:
Marek Wolan
2023-11-24 09:28:50 +00:00
parent 50c9ef16cb
commit 6754dbf541

View File

@@ -19,7 +19,7 @@ module directly without running a session.
Run
---
A PrimAITE session can started either with the ``primaite session`` command from the cli
A PrimAITE session can be started either with the ``primaite session`` command from the cli
(See :func:`primaite.cli.session`), or by calling :func:`primaite.main.run` from a Python terminal or Jupyter Notebook.
There are two parameters that can be specified:
@@ -29,6 +29,6 @@ There are two parameters that can be specified:
Outputs
-------
Running a session creates a session outputs directory in your user data foler. The format looks like this:
``~/primaite/3.0.0/sessions/YYYY-MM-DD/HH-MM-SS/``. This folders contains simulation sys logs generated by each node,
and the saved agent checkpoints, and final model.
Running a session creates a session output directory in your user data folder. The filepath looks like this:
``~/primaite/3.0.0/sessions/YYYY-MM-DD/HH-MM-SS/``. This folder contains the simulation sys logs generated by each node,
the saved agent checkpoints, and final model.