master

Master Thesis code
git clone git://popovic.xyz/master.git
Log | Files | Refs | README

commit a71f5a27f56e72d6c5baa39a57a6be21b2c0a131
parent be71d341c03246fd37cc8033078aece7668f18e9
Author: miksa234 <milutin@popovic.xyz>
Date:   Mon, 30 Jun 2025 19:57:41 +0100

last commit

Diffstat:
Mrl_arb/rl_arb/mdp.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rl_arb/rl_arb/mdp.py b/rl_arb/rl_arb/mdp.py @@ -66,7 +66,7 @@ class MDP: start_node=0 ): """ - Constructs all the necessary attributes for the NetGame object. + Constructs all the necessary attributes for the MDP object. Parameters: ----------- @@ -158,7 +158,7 @@ class MDP: def check_win(self, state): """ - Checks if the current state is a terminal state. + Checks if the state is a win. Parameters: -----------