Compare commits
2 Commits
c99e145421
...
69d302d38a
| Author | SHA1 | Date | |
|---|---|---|---|
| 69d302d38a | |||
| 023bbf7315 |
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
all: a.out
|
||||
a.out: main.c
|
||||
a.out: main.c enviroment.c enviroment.h q-learning.c q-learning.h constant.h
|
||||
gcc main.c enviroment.c q-learning.c -lm
|
||||
run:
|
||||
./a.out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user