Commit Graph

326 Commits

Author SHA1 Message Date
fanasina e96304bee7 wip deepQlearning 2024-06-14 23:07:39 +02:00
fanasina 474af56377 using tensor in vehicle 2024-06-14 15:59:47 +02:00
fanasina a6dd800986 add scalar product tensor 2024-06-14 01:41:50 +02:00
fanasina 9927d6642c modify COMPARE_N in tool, modify attribute of vehicle by using tensor 2024-06-13 23:35:25 +02:00
fanasina 13f91583bb update learn to drive and Makefile 2024-06-12 00:24:17 +02:00
fanasina fca991eb37 create deepReinforcementLearning repo, test print vehicle 2024-06-11 22:24:59 +02:00
fanasina 99e87a7b5b add macro MIN MAX in toom_t, and add copy tensor and weight_in neurons 2024-06-11 21:40:39 +02:00
fanasina b3de7fb171 rename rabbit_learn to Frozen_Lake 2024-05-14 09:41:07 +02:00
fanasina 904f25d0d2 ytool: debug COMPARE_N_TYPE 2024-05-06 00:27:56 +02:00
fanasina 76472e9492 modify code for qlearn rabbit 2024-05-06 00:26:09 +02:00
fanasina 77b9ead331 create new folder Qlearning, first example rabbit game 2024-04-29 00:01:32 +02:00
fanasina 62a98f3a9c modify list_t by adding macro to create list of any structs 2024-04-29 00:00:12 +02:00
fanasina 1c4f8f801f create linked list generic 2024-04-25 00:58:04 +02:00
fanasina 6a24c2b427 add signed coordinate transformations 2024-04-22 12:00:55 +02:00
fanasina 2ef9a6b7c4 setup neurons library and some script to test this lib 2024-04-16 21:15:23 +02:00
fanasina 4d80d44f70 add .so in gitignore 2024-03-26 14:29:02 +01:00
fanasina 9244239f46 debug -Werr and creake Makefile to build libneurons.so 2024-03-26 14:27:33 +01:00
fanasina 3911456abc change setup neurons and add update learning rates 2024-03-22 10:15:21 +01:00
fanasina 19d7e03fa7 update gitignore 2024-03-06 10:56:13 +01:00
fanasina 35a1fa1f6c add cloneuronset to parrallel learning in batch 2024-03-06 10:49:37 +01:00
fanasina 41ebf3691c add some files data set tests 2024-02-28 09:57:57 +01:00
fanasina 924ff3a7dd add functions calculate parallel updates neurons, and debug some leak functions 2024-02-28 09:57:21 +01:00
fanasina 2fc2fe477f add some functions to pars input char* or file to convert to tensor input output 2024-02-26 18:01:57 +01:00
fanasina 39c8e90555 add test files input tensor from 2024-02-26 18:00:40 +01:00
fanasina c1409546ef add some functions to convert input char to dimension and tensor 2024-02-25 00:53:57 +01:00
fanasina ef107c11db create test and makefiles for neuron 2024-02-22 10:08:10 +01:00
fanasina 8bdd15f9a2 add neuron repository 2024-02-22 10:05:50 +01:00
fanasina ccc3c3257b add print and sprint dim and tensor for debug 2024-02-22 10:05:18 +01:00
fanasina cdc4ddf373 add print and sprint tensor and split dim end tensor 2024-02-20 01:20:15 +01:00
fanasina ede9ce4d59 remove some logs for debug in cl_tensor.c 2024-02-12 23:24:06 +01:00
fanasina 78b8cb5145 create valgrind script cmd 2024-02-12 12:12:54 +01:00
fanasina c07ed1b160 debug tensor prod contract 2d cl and pthread 2024-02-12 12:08:16 +01:00
fanasina 60e4b16308 another debug with valgrind in fmock and tensor 2024-02-12 01:34:08 +01:00
fanasina 877891987a debug mem leak valgrind on fmock 2024-02-09 16:05:55 +01:00
fanasina 9c58ca2873 debug leak mem in fmock 2024-02-09 13:16:31 +01:00
fanasina e1171d720b debug all leak mem with valgrind in ftest and tensor rep 2024-02-08 23:57:10 +01:00
fanasina 6ae0f7cd75 add product tensor with pthread (normal prod and contract prod) 2024-02-04 00:54:04 +01:00
fanasina 5fc1681e19 add test, I notice that if we increase parallel tests (-p 4 form me) it was less precision in gpu (cl) calculation: some tests failed 2024-02-02 23:30:41 +01:00
fanasina 7dd749f85e add endian option in cl tensor functions 2024-02-02 23:13:22 +01:00
fanasina 70b1177e5f add new sub functions def and rename old sub func to sub_minus in dimension and tensor reps 2024-02-02 22:11:34 +01:00
fanasina 2313cd13d9 add sub {head,tail} tensors, update tensor prod with endian option 2024-02-02 21:19:11 +01:00
fanasina e195aee3b8 add sub dimension 2024-02-01 18:42:44 +01:00
fanasina c417c7aece add 2d kernels cl 2024-02-01 17:15:07 +01:00
fanasina 672cc3c2fa create cl test 2024-02-01 17:14:36 +01:00
fanasina 5939360b29 split cl test 2024-02-01 17:14:00 +01:00
fanasina b83a125bac put all kernel opencl funcs in src 2024-01-24 19:02:16 +01:00
fanasina 4bf32c6501 add opencl product tensor, update contracted product cl, test precision float and double in tools 2024-01-24 19:01:00 +01:00
fanasina d64e1f0320 add opencl tensor product contracted 2024-01-24 02:16:00 +01:00
fanasina c5e31d9aeb debug ftest and update float precision tool 2024-01-24 02:13:55 +01:00
fanasina 8ade851769 cleanup tensor repo 2024-01-19 02:02:27 +01:00