Arthur Juliani
3327c215
Begin porting work
5 年前
Arthur Juliani
dc50162d
Add ResNet and distributions
5 年前
Arthur Juliani
e166d018
Dynamically construct actor and critic
5 年前
Arthur Juliani
7c3bd376
Refactoring policy and optimizer
5 年前
Arthur Juliani
2e51260a
Resolving a few bugs
5 年前
Arthur Juliani
947f0d32
Slightly closer to running model
5 年前
Arthur Juliani
3c82bf59
Training runs, but doesn’t actually work
5 年前
Arthur Juliani
8c6f4696
Fix a couple additional bugs
5 年前
Arthur Juliani
61d671d8
Add conditional sigma for distribution
5 年前
Ervin Teng
21a8de45
Fix normalization
5 年前
Arthur Juliani
e6c9cbc6
Merge remote-tracking branch 'origin/develop-add-fire-debug' into develop-add-fire
5 年前
Arthur Juliani
a11a79e4
Continuous and discrete now train
5 年前
Arthur Juliani
5f936990
Visual observations now train as well
5 年前
Arthur Juliani
82688e5c
GRU in-progress and dynamic cnns
5 年前
Arthur Juliani
29223931
Fix for memories
5 年前
Arthur Juliani
596cc103
Remove unused arg
5 年前
Arthur Juliani
1736559f
Combine actor and critic classes. Initial export.
5 年前
Arthur Juliani
9835d26c
Prepare model for onnx export
5 年前
Arthur Juliani
be7e55e1
Use LSTM and fix a few merge errors
5 年前
Arthur Juliani
b7be7f04
Fix bug in probs calculation
5 年前
Arthur Juliani
c02e75d6
Time action sample function
5 年前
Ervin Teng
565f92ef
Seems to speed it up
5 年前
Ervin Teng
2fae31e6
Remove another if statement
5 年前
Ervin Teng
72180f9b
Experiment with JIT compiler
5 年前
Ervin Teng
00271147
parallelize actor critic properly
5 年前
Arthur Juliani
46874cc7
ONNX exporting
5 年前
Arthur Juliani
e14eb72b
Fix some issues with pdf
4 年前
Arthur Juliani
b6dfb4ac
Fix ResNet
4 年前
Ervin Teng
68169434
Fix discrete actions and GridWorld
4 年前
Ervin Teng
0476c599
Remove print statement
4 年前
GitHub
cde8bd29
Convert List[np.ndarray] to np.ndarray before using torch.as_tensor ( #4183 )
Big speedup in visual obs
4 年前
GitHub
05a11c96
Develop add fire exp framework ( #4213 )
* Experiment branch for comparing torch
* Updates and merging ervin changes
* improvements on experiment_torch.py
* Better printing of results
* preliminary gpu experiment
* Testing gpu
* Prepare to see a lot of commits, because I like my IDE and I am testing on a server and I am using git to sync the two
* Prepare to see a lot of commits, because I like my IDE and I am testing on a server and I am using git to sync the two
* _
* _
* _
* _
* _
* _
* _
* _
* Attempt at gpu on tf. Does not work
* _
* _
* _
* _
* _
* _
* _
* _
* _
* _
* _
* Fixing learn.py
4 年前
GitHub
45154f52
Pytorch port of SAC ( #4219 )
4 年前