Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
wise-move
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wise-lab
wise-move
Commits
1f913dc3
Commit
1f913dc3
authored
Jan 31, 2019
by
Jae Young Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A TODO added to controller_base.py.
parent
c3e0e738
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
backends/controller_base.py
backends/controller_base.py
+2
-0
No files found.
backends/controller_base.py
View file @
1f913dc3
...
...
@@ -52,6 +52,8 @@ class ControllerBase(PolicyBase):
Returns state at end of node execution, total reward, epsiode_termination_flag, info
'''
# TODO: this is never called when you TEST high-level policy (w/o MCTS) rather than train...
# (make some integrated interface btw testing and training and b.t.w. the high- and low-level
# methods with and without MCTS.
def
step_current_node
(
self
,
visualize_low_level_steps
=
False
):
total_reward
=
0
self
.
node_terminal_state_reached
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment