From 31063382a821a8c0403459e0bd39fd45a9878e72 Mon Sep 17 00:00:00 2001 From: nadavhalahmi Date: Fri, 18 Oct 2024 12:53:34 +0300 Subject: [PATCH 1/2] fix typo in concepts.md --- docs/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.md b/docs/concepts.md index 0b5964ae3a..d6ba376dbf 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -39,7 +39,7 @@ There are mainly 2 concepts to know about (defined in * A `Game` object contains the high level description for a game (e.g. whether it is simultaneous or sequential, the number of players, the maximum and minimum scores). -* A `State`, which describe a specifics point (e.g. a specific board position +* A `State`, which describes a specific point (e.g. a specific board position in chess, a specific set of player cards, public cards and past bets in Poker) within a trajectory. From 78645a7610e61a932de0ab9eef701896500f97e7 Mon Sep 17 00:00:00 2001 From: nadavhalahmi Date: Fri, 18 Oct 2024 12:59:37 +0300 Subject: [PATCH 2/2] fix typos in install.md --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 8a731631ae..27c7c554ee 100644 --- a/docs/install.md +++ b/docs/install.md @@ -152,7 +152,7 @@ In a nutshell: export PYTHONPATH=$PYTHONPATH://build/python ``` - to `./venv/bin/activate` or your `~/.bashrc` to be able to import OpenSpiel + add it to `./venv/bin/activate` or your `~/.bashrc` to be able to import OpenSpiel from anywhere. To make sure OpenSpiel works on the default configurations, we do use the @@ -320,7 +320,7 @@ rest) from any location, you will need to add to your PYTHONPATH the root directory and the `open_spiel` directory. When using a virtualenv, the following should be added to -`/bin/activate`. For a system-wide install, ddd it in your `.bashrc` +`/bin/activate`. For a system-wide install, add it in your `.bashrc` or `.profile`. ```bash