You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ RLA has decoupled to the training code and only some additional configuration ar
7
7
8
8
The project is still in developing. Welcome to join us. :)
9
9
10
+
We maintain an RLA in https://github.com/polixir/RLAssistant in the future which will consider extra requirements needed in the team cooperation scenario.
11
+
10
12
11
13
12
14
## Design Principles of RLA
@@ -114,6 +116,7 @@ We build an example project for integrating RLA, which can be seen in ./example/
114
116
**/code/**
115
117
**/results/**
116
118
**/log/**
119
+
**/arc/**
117
120
```
118
121
### Step2: record intermediate variables/checkpoints/other types of data.
119
122
@@ -206,7 +209,7 @@ Usually, it is unnecessary to change the content of experiment logs. In our prac
206
209
**Batch Management**
207
210
208
211
We manage the items in the database via toolkits in rla_scripts. Currently, the rla_scripts includes
209
-
1. Archive: archive some important results into another table.
212
+
1. Archive: archive important experiments into an archived database, which will be saved in DATA_ROOT/arc.
210
213
2. Delete: delete all useless experiments at once.
211
214
3. Send to remote [TODO]
212
215
4. Download from remote [TODO]
@@ -239,7 +242,8 @@ PS:
239
242
2. An alternative way is building your own NFS for your physical machines and locate data_root to the NFS.
240
243
241
244
# TODO
245
+
-[ ] video visualization.
242
246
-[ ] add comments and documents to the functions.
243
247
-[ ] add an auto integration script.
244
-
-[ ] download / upload experiment logs through timestamp;
248
+
-[ ] download / upload experiment logs through timestamp.
0 commit comments