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
acd6f3ca
Commit
acd6f3ca
authored
Nov 10, 2017
by
DURGESH P SAMANT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to python communication agent
parent
5fd31bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
example/communication_agent.py
example/communication_agent.py
+5
-1
No files found.
example/communication_agent.py
View file @
acd6f3ca
...
...
@@ -28,7 +28,11 @@ def main():
# Take an action
hfo
.
act
(
DASH
,
20.0
,
0.
)
# Create outgoing communication
hfo
.
say
(
'Hello!'
)
# the message can contain charachters a-z A-Z 0-9
# the message can contain special charachters like ?SPACE-*()+_<>/
# the message cannot contain !@#$^&={}[];:"'
hfo
.
say
(
'Hello World'
)
# Advance the environment and get the game status
status
=
hfo
.
step
()
# Check the outcome of the episode
...
...
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