-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinforcement Learning _ Rock-paper-scissors
- Loading branch information
yjymosheng
committed
Dec 13, 2023
0 parents
commit d353aab
Showing
49 changed files
with
23,930 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
cmake_minimum_required(VERSION 3.24) | ||
project(untitled1 C) | ||
|
||
set(CMAKE_C_STANDARD 11) | ||
IF(WIN32) | ||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fexec-charset=GBK") | ||
ENDIF() | ||
|
||
add_executable(untitled1 | ||
main.c lib.c lib.h) | ||
|
||
add_executable(file | ||
rand_o_hand.c lib.c lib.h | ||
) |
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.