update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user