Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pingouins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felton Samuel
pingouins
Commits
d75110ff
Commit
d75110ff
authored
8 years ago
by
Felton Samuel
Browse files
Options
Downloads
Patches
Plain Diff
launch script
parent
f76e067f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
AI.conf
+1
-1
1 addition, 1 deletion
AI.conf
launch_test.sh
+17
-0
17 additions, 0 deletions
launch_test.sh
with
18 additions
and
1 deletion
AI.conf
+
1
−
1
View file @
d75110ff
ai_vs_ai
=
1
ai_think_time
=
3000
ai_vs_ai_game_count
=
10
0
ai_vs_ai_game_count
=
10
heuristic_ai_1
=
left_up
heuristic_ai_2
=
default
send_game_to_gui
=
1
This diff is collapsed.
Click to expand it.
launch_test.sh
0 → 100755
+
17
−
0
View file @
d75110ff
#!/bin/bash
declare
-a
machines
=(
"vittel"
"vichy"
)
echo
-n
User:
read
user
for
m
in
"
${
machines
[@]
}
"
do
#ssh ${user}@${m} '
#gnome-terminal -hold "bash -c ssh ${user}@${m}"
xterm
-hold
-e
"ssh
${
user
}
@
${
m
}
'cd pingouins;make && ./AI/bin/penguin'"
&
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment