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
cf642f04
Commit
cf642f04
authored
Sep 24, 2015
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Readme.
parent
b0826462
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
cf642f04
...
@@ -40,7 +40,7 @@ Or do both in a single command:
...
@@ -40,7 +40,7 @@ Or do both in a single command:
Example agents are provided in the
`example`
directory. Below are two
Example agents are provided in the
`example`
directory. Below are two
minimal examples:
minimal examples:
####
Example
C++ Agent
#### C++ Agent
```
c++
```
c++
HFOEnvironment
hfo
;
HFOEnvironment
hfo
;
hfo
.
connectToAgentServer
(
6000
,
LOW_LEVEL_FEATURE_SET
);
hfo
.
connectToAgentServer
(
6000
,
LOW_LEVEL_FEATURE_SET
);
...
@@ -55,7 +55,7 @@ for (int episode=0; episode<5; episode++) {
...
@@ -55,7 +55,7 @@ for (int episode=0; episode<5; episode++) {
}
}
```
```
####
Example
Python Agent
#### Python Agent
```
python
```
python
hfo
=
hfo
.
HFOEnvironment
()
hfo
=
hfo
.
HFOEnvironment
()
hfo
.
connectToAgentServer
(
6000
,
HFO_Features
.
LOW_LEVEL_FEATURE_SET
)
hfo
.
connectToAgentServer
(
6000
,
HFO_Features
.
LOW_LEVEL_FEATURE_SET
)
...
...
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