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
aa17b187
Commit
aa17b187
authored
Jul 05, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified README.md also (3.2+ is due to argparse in HFO)
parent
08e66aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+5
-1
No files found.
README.md
View file @
aa17b187
...
...
@@ -11,6 +11,10 @@ RoboCup 2D Half Field Offense
-
Boost-system, filesystem
-
Qt4 [Required for SoccerWindow2 visualizer]: To not build the visualizer, add cmake flag
`-DBUILD_SOCCERWINDOW=False`
## Python Dependencies
-
Python 2.7 or 3.2+ (tested with 2.7 and 3.5)
-
numpy
## Install
```
mkdir build && cd build
...
...
@@ -65,7 +69,7 @@ for (int episode=0; episode<5; episode++) {
```
python
hfo
=
hfo
.
HFOEnvironment
()
hfo
.
connectServer
(
...
)
for
episode
in
xrange
(
5
):
for
episode
in
xrange
(
5
):
# replace with range(5) for Python 3.X
status
=
IN_GAME
while
status
==
IN_GAME
:
features
=
hfo
.
getState
()
...
...
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