This commit is contained in:
narawat lamaiin
2024-05-05 07:09:56 +07:00
parent 8f3132c7cd
commit 1ac2ad1801
2 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ julia>
# TODO # TODO
- [] update docstring - [] update docstring
- [WORKING] implement the function - [WORKING] implement the function
- [] [] check for the terminal state (node.reward != 0), break if it is terminal state - [] check for the terminal state (node.reward != 0), break if it is terminal state
# Signature # Signature
""" """
@@ -238,7 +238,7 @@ julia> thoughtDict = Dict(
``` ```
# TODO # TODO
- [] update docstring - [WORKING] update docstring
- [PENDING] add other actions - [PENDING] add other actions
- [] add embedding of newstate and store in newstate[:embedding] - [] add embedding of newstate and store in newstate[:embedding]
- [x] check for terminal state and assign reward - [x] check for terminal state and assign reward
@@ -326,7 +326,7 @@ julia>
``` ```
# TODO # TODO
- [] update docstring - [WORKING] update docstring
- [x] implement the function - [x] implement the function
# Signature # Signature

View File

@@ -75,7 +75,7 @@ abstract type agent end
``` ```
# TODO # TODO
- [] update docstring - [WORKING] update docstring
- [x] implement the function - [x] implement the function
Signature\n Signature\n