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
- [] update docstring
- [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
"""
@@ -238,7 +238,7 @@ julia> thoughtDict = Dict(
```
# TODO
- [] update docstring
- [WORKING] update docstring
- [PENDING] add other actions
- [] add embedding of newstate and store in newstate[:embedding]
- [x] check for terminal state and assign reward
@@ -326,7 +326,7 @@ julia>
```
# TODO
- [] update docstring
- [WORKING] update docstring
- [x] implement the function
# Signature