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
965aea3f
Commit
965aea3f
authored
Jul 28, 2017
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove numTeammates flag.
parent
16dabd07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/python_agents_eps_3v3.sh
example/python_agents_eps_3v3.sh
+2
-2
No files found.
example/python_agents_eps_3v3.sh
View file @
965aea3f
...
...
@@ -3,9 +3,9 @@
./bin/HFO
--offense-agents
=
2
--defense-npcs
=
3
--offense-npcs
=
1
--trials
20
--headless
&
sleep
5
# -x is needed to skip first line - otherwise whatever default python version is will run
python
-x
./example/high_level_custom_agent.py
--eps
0.2
--
numTeammates
=
2
--
port
6000 &> agent1.txt &
python
-x
./example/high_level_custom_agent.py
--eps
0.2
--port
6000 &> agent1.txt &
sleep
5
python
-x
./example/high_level_custom_agent.py
--eps
0.2
--
numTeammates
=
2
--
port
6000 &> agent2.txt &
python
-x
./example/high_level_custom_agent.py
--eps
0.2
--port
6000 &> agent2.txt &
# The magic line
# $$ holds the PID for this script
...
...
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