Johannes Fischer
|
bef6d6db55
|
Merge branch 'main' of github.com:sisl/InteractionImitation
|
2021-10-20 13:03:21 +02:00 |
|
Johannes Fischer
|
7b900d6260
|
Add exact two-stage collision checking method
|
2021-10-20 12:02:25 +02:00 |
|
ebuehrle
|
eae8c7f3f4
|
Fix mask computation
|
2021-10-19 09:35:14 +02:00 |
|
ebuehrle
|
466e6b6ce7
|
No-mask options GAIL
|
2021-10-18 13:28:32 +02:00 |
|
Arec
|
62bfe797a4
|
adding function to load experts and combine them into single transition list
|
2021-10-15 02:47:52 -07:00 |
|
Arec
|
70e55327dc
|
fixing flataction discriminator to convert to float beforehand, adding necessary forward calls in expert, adding Fire to video creator from model, and trying full run of options gail with new discrimination model
|
2021-10-11 08:47:18 -07:00 |
|
Johannes Fischer
|
4b9a81080b
|
Add missing * in **kwargs
|
2021-10-08 18:17:02 +02:00 |
|
ebuehrle
|
4928458e08
|
Fix discriminator reward
Had wrong sign.
|
2021-09-15 07:15:43 +02:00 |
|
ebuehrle
|
183657dc36
|
Fix buffer bug, add test
Buffer was not being cleared between plan rollouts
|
2021-09-14 17:55:02 +02:00 |
|
ebuehrle
|
d2932374d9
|
Refactor sampling
|
2021-09-14 13:42:25 +02:00 |
|
ebuehrle
|
7eae74a7d8
|
Switch back to additive reward
|
2021-09-13 17:55:50 +02:00 |
|
Johannes Fischer
|
9c7e6cef3a
|
Rename action to option
|
2021-09-13 16:43:45 +02:00 |
|
Johannes Fischer
|
9b8ceed9c9
|
Render only one episode
|
2021-09-13 16:31:24 +02:00 |
|
Johannes Fischer
|
826c0fa219
|
Merge different methods to sample the policy and collect transitions
|
2021-09-13 15:50:49 +02:00 |
|
ebuehrle
|
f1ece358d7
|
Speed up collision check, assume 0 is fallback option
Due to the conservative approximation of the collision check,
no option might be feasible, thus the necessity of a guaranteed fallback.
|
2021-09-13 09:35:49 +02:00 |
|
ebuehrle
|
87ff3dbb93
|
Add cuda support, normalize actions
|
2021-09-11 21:32:30 +02:00 |
|
ebuehrle
|
e7b0aea427
|
run options gail
|
2021-09-11 21:32:25 +02:00 |
|