-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (54 loc) · 1.21 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ignore cache files
*.pyc
__pycache__
.venv
*ipynb_checkpoints
# ignore rl-model files
Q_table.txt
pickle_*_table*
neural_network*
*param_hist_*
saved_model.pb
keras_metadata.pb
*.zip
tb_logs/*
models/*
# ignore test files
tests/state compression tests/*
!tests/state compression tests/*.py
complementary_programs
# ignore videos (demonstrations)
*.mp4
# ignore colelcted literature
local_research/*
/models
/tb_logs_20240724
/tb_logs_her
/piece_reward_tb_logs
/temp_tb_logs
/cuboid_3x2x2_tb_logs
/cuboid_3x3x2_tb_logs
# TODO: recreate similar image
doc/puzzle_solver/stepwise_rubiks_cube_solution.jpg
/cuboid_3x2x2_tb_logs2
/cuboid_3x3x2_tb_logs2
/dino_cube_plus_tb_logs
/rubiks_ai_sym_algs_tb_logs
/helicopter_cube_sym_algs_tb_logs
/cube_2x2x2_sym_algs_tb_logs
/src/ai_files
# !/src/ai_files/rubiks_ai_sym_algs
# src/ai_files/**/*.png
# /src/ai_files/rubiks_ai_sym_algs/**/tb_logs
# /src/final_models/**/tb_logs
/src/final_models/**/tb_logs/*=*
/src/final_models/**/*.png
!/src/final_models/**/*.zip
# ignore images, but not links to images
/puzzle_images/*.jpg
/puzzle_images/*.png
doc/puzzle_simulator/automatic piece detection v2.pdf
doc/puzzle_simulator/automatic piece detection.pdf
/ai_files_0.1
/ai_files_0.2
/src/ai_files_old