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