Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: 対戦環境を構築する #22

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a77a71c
Update game_manager/game_manager.py.
gitauto-ai[bot] Oct 16, 2024
9972397
Update block_controller.py.
gitauto-ai[bot] Oct 16, 2024
62a2cec
Update start.sh.
gitauto-ai[bot] Oct 16, 2024
bfa2669
Update docker/Dockerfile.
gitauto-ai[bot] Oct 16, 2024
a1b285e
Update doc/files/game_manager.md.
gitauto-ai[bot] Oct 16, 2024
c09fe5c
Update doc/files/block_controller.md.
gitauto-ai[bot] Oct 16, 2024
2dd0745
Update doc/files/install_windows.md.
gitauto-ai[bot] Oct 16, 2024
7f28989
Update doc/files/FAQ.md.
gitauto-ai[bot] Oct 16, 2024
43cbdf3
Update doc/files/install_windows_wsl.md.
gitauto-ai[bot] Oct 16, 2024
a58b2b0
Update doc/files/GameStatus.md.
gitauto-ai[bot] Oct 16, 2024
0849aa1
Update doc/files/block_controller_sample.md.
gitauto-ai[bot] Oct 16, 2024
d876606
Update doc/files/board_manager.md.
gitauto-ai[bot] Oct 16, 2024
c44e37d
Update doc/files/reference_score.md.
gitauto-ai[bot] Oct 16, 2024
7e1a805
Update doc/files/test.sh.
gitauto-ai[bot] Oct 16, 2024
c7ae518
Update doc/files/install_ubuntu.md.
gitauto-ai[bot] Oct 16, 2024
a8ba3e7
Update doc/files/install_mac.md.
gitauto-ai[bot] Oct 16, 2024
187f953
Update docker/Dockerfile.latest.
gitauto-ai[bot] Oct 16, 2024
78de9a9
Update docker/auto_setup_for_Linux.sh.
gitauto-ai[bot] Oct 16, 2024
fe207f1
Update docker/README.md.
gitauto-ai[bot] Oct 16, 2024
80304b0
Update docker/start.sh.
gitauto-ai[bot] Oct 16, 2024
af02209
Update docker/HowToUse_catkin_ws_src_ai_race_reinforcelearning.txt.
gitauto-ai[bot] Oct 16, 2024
ea06be6
Update docker/Dockerfile.pytorchv1.4.
gitauto-ai[bot] Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/files/block_controller_sample.md.
  • Loading branch information
gitauto-ai[bot] authored Oct 16, 2024
commit 0849aa1c4432d4d89b1b6f22931b48b8a784f63a
3 changes: 3 additions & 0 deletions doc/files/block_controller_sample.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
added line 1
added line 2
added line 3
>本ページでは、[ブロック操作用サンプルプログラム(block_controller_sample.py)](https://github.com/seigot/tetris_game/blob/master/game_manager/block_controller_sample.py)について説明を追記頂ける方を募集しています。<br>
>説明の追記方法は、[`Pull Requestを送る`](https://github.com/seigot/tetris_game#pull-requestを送るoptional)を参照下さい。<br>

Expand Down