Compare commits
No commits in common. "69d302d38a87538cd3f35e49cb78d557c2fb6f54" and "c99e145421a052ff1bf4570235250dae55a5b6b9" have entirely different histories.
69d302d38a
...
c99e145421
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
all: a.out
|
||||
a.out: main.c enviroment.c enviroment.h q-learning.c q-learning.h constant.h
|
||||
a.out: main.c
|
||||
gcc main.c enviroment.c q-learning.c -lm
|
||||
run:
|
||||
./a.out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user