Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Shashank Suhas
Seminar-HFO
Commits
e1410fc5
Commit
e1410fc5
authored
Jul 06, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into cmake_work - less problematic than rebase
parents
9013d490
1f507b72
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
example/communication_agent.py
example/communication_agent.py
+1
-1
example/example_defense_agent.py
example/example_defense_agent.py
+2
-2
example/hfo_example_agent.py
example/hfo_example_agent.py
+1
-1
example/high_level_custom_agent.py
example/high_level_custom_agent.py
+1
-1
example/high_level_random_agent.py
example/high_level_random_agent.py
+1
-1
No files found.
example/communication_agent.py
View file @
e1410fc5
...
...
@@ -36,7 +36,7 @@ def main():
# Quit if the server goes down
if
status
==
SERVER_DOWN
:
hfo
.
act
(
QUIT
)
break
exit
()
if
__name__
==
'__main__'
:
main
()
example/example_defense_agent.py
View file @
e1410fc5
...
...
@@ -29,7 +29,7 @@ def main():
# Quit if the server goes down
if
status
==
SERVER_DOWN
:
hfo
.
act
(
QUIT
)
break
exit
()
if
__name__
==
'__main__'
:
main
()
\ No newline at end of file
main
()
example/hfo_example_agent.py
View file @
e1410fc5
...
...
@@ -29,7 +29,7 @@ def main():
# Quit if the server goes down
if
status
==
SERVER_DOWN
:
hfo
.
act
(
QUIT
)
break
exit
()
if
__name__
==
'__main__'
:
main
()
example/high_level_custom_agent.py
View file @
e1410fc5
...
...
@@ -56,7 +56,7 @@ def get_action(state,hfo_env,num_teammates):
hfo_env
.
act
(
DRIBBLE
)
return
# If nothing can be done pass
hfo_env
.
act
(
PASS
)
hfo_env
.
act
(
PASS
)
# doesn't this require a target teammate?
def
main
():
...
...
example/high_level_random_agent.py
View file @
e1410fc5
...
...
@@ -32,7 +32,7 @@ def main():
# Quit if the server goes down
if
status
==
SERVER_DOWN
:
hfo
.
act
(
QUIT
)
break
exit
()
if
__name__
==
'__main__'
:
main
()
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