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
84c66a41
Commit
84c66a41
authored
Jul 20, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Plain Diff
Merge w/master - update defense_python_long_2v2.sh
parents
4be05fae
235f6aa1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
example/defense_long_2v2.sh
example/defense_long_2v2.sh
+2
-1
example/defense_python_long_2v2.sh
example/defense_python_long_2v2.sh
+2
-0
No files found.
example/defense_long_2v2.sh
View file @
84c66a41
...
...
@@ -4,7 +4,8 @@
# Change to a new seed for different experiments!
../bin/HFO
--offense-npcs
=
2
--defense-agents
=
1
--defense-npcs
=
1
--trials
5000
--headless
--port
=
7000
--seed
1500348586
--no-logging
&
../bin/HFO
--offense-npcs
=
2
--defense-agents
=
1
--defense-npcs
=
1
--trials
5000
--headless
--port
=
7000
--seed
1500348586
--no-logging
--hfo-logging
&
# Sleep this long needed so doesn't connect as unum 1 (goalie)
sleep
15
./hand_coded_defense_agent &> agent1.txt &
sleep
5
...
...
example/defense_python_long_2v2.sh
View file @
84c66a41
...
...
@@ -3,6 +3,8 @@
# Change to a different seed for different experiments!
./bin/HFO
--offense-npcs
=
2
--defense-agents
=
1
--defense-npcs
=
1
--trials
5000
--headless
--seed
1500348586
--no-logging
--hfo-logging
&
# Sleep is needed to make sure doesn't get connected too soon, as unum 1 (goalie)
sleep
15
./example/hand_coded_defense_agent.py &> agent1.txt &
sleep
5
...
...
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