update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -75,7 +75,7 @@ abstract type agent end
|
||||
```
|
||||
|
||||
# TODO
|
||||
- [] update docstring
|
||||
- [WORKING] update docstring
|
||||
- [x] implement the function
|
||||
|
||||
Signature\n
|
||||
|
||||
Reference in New Issue
Block a user