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
7e3bce67
Commit
7e3bce67
authored
Feb 20, 2021
by
Shashank Suhas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 FA working
parent
a6b982c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
batch.sh
batch.sh
+2
-2
No files found.
batch.sh
View file @
7e3bce67
#!/bin/bash
for
i
in
`
seq
10
`
for
i
in
`
seq
5
`
do
./bin/HFO
--offense-agents
=
3
--defense-npcs
=
2
--defense-team
=
helios
--offense-on-ball
5
--headless
>
"logfile_
$i
"
&
P1
=
$!
sleep
5
sleep
10
(
cd
./example/sarsa_offense/
&&
rm
-f
"weight*"
&&
./high_level_sarsa_agent
--numAgents
3
--numEpisodes
20000 &
)
P2
=
$!
...
...
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