Commit Graph
143 Commits
Author SHA1 Message Date
Pranjal TandonandGitHub cc42a1f31c Merge pull request #19 from fgolemo/patch-1
Update README.md
2019-09-30 08:05:36 +00:00
Florian GolemoandGitHub b86fabc23c Update README.md
typo
2019-09-29 20:10:11 -04:00
pranz24 5663db7e22 Edit README.md & main.py 2019-09-16 16:42:30 +05:30
pranz24 a1fe838d64 Edit README.md & main.py 2019-09-16 16:40:12 +05:30
pranz24 92486c2498 Edit README.md & main.py 2019-09-16 16:34:56 +05:30
pranz24 6e49320c8c Edit README.md & main.py 2019-09-16 16:31:31 +05:30
pranz24 c2d50837db small fix 2019-09-10 22:29:35 +05:30
Pranjal TandonandGitHub 6b6f64db37 Merge pull request #15 from ku2482/master
Fix bugs of action re-scaling
2019-08-05 15:25:34 +05:30
Toshiki Watanabe d4cce3869e fix bugs 2019-07-23 11:59:59 +09:00
Toshiki Watanabe d3a6ffda45 Merge branch 'master' of https://github.com/pranz24/pytorch-soft-actor-critic 2019-07-23 11:31:56 +09:00
Toshiki Watanabe ab2c461af0 fix bugs of action rescaling 2019-07-23 11:30:36 +09:00
Pranjal TandonandGitHub a40fe29ac6 Merge pull request #13 from ku2482/fix_normalized_actions
Fix normalized actions
2019-06-27 15:07:38 +05:30
Toshiki Watanabe 3f64157068 add action rescaling 2019-06-27 16:45:51 +09:00
Toshiki Watanabe 97ad6f2ff9 fix typo in README 2019-06-27 16:43:40 +09:00
Pranjal TandonandGitHub 56fe9033f9 Update README.md 2019-06-16 20:36:28 +05:30
Pranjal TandonandGitHub b65a61a289 Upgrade 2019-05-29 12:14:40 +05:30
Pranjal TandonandGitHub 7556ebab4c small update 2019-05-29 11:12:18 +05:30
Pranjal TandonandGitHub a83d48d752 Update README.md 2019-05-22 17:18:17 +05:30
pranz24 a7c5822024 Why? 2019-05-22 17:10:52 +05:30
Pranjal TandonandGitHub 2340ddfcde Update main.py 2019-05-22 11:42:27 +05:30
Pranjal TandonandGitHub 2cf792007f Update main.py 2019-05-21 12:39:16 +05:30
pranz24 076f46707d Add Normalized Actions 2019-05-20 13:26:49 +05:30
Pranjal TandonandGitHub f480391cfd Update main.py 2019-05-20 13:20:27 +05:30
pranz24 98b2cbfa7f Add Normalized Actions 2019-05-20 12:37:41 +05:30
pranz24 7ff1e2f4e4 remove reward list 2019-04-07 23:22:14 +05:30
pranz24 82d54f0f6a Clean Up 2019-04-07 12:39:47 +05:30
pranz24 86412e14e1 Merge branch 'master' of https://github.com/pranz24/pytorch-soft-actor-critic 2019-04-06 20:42:05 +05:30
pranz24 8d3fc82d7d Clean Up 2019-04-06 20:40:48 +05:30
Pranjal TandonandGitHub 5b22889d9e Update README.md 2019-04-06 20:38:55 +05:30
pranz24 0d0be950c1 Clean Up 2019-04-06 18:56:01 +05:30
Pranjal TandonandGitHub 0a56cba2be Update main.py 2019-04-06 11:54:35 +05:30
pranz24 878dfe0f10 minor change 2019-04-06 04:36:00 +05:30
pranz24 491f4c4643 Remove Value Function 2019-04-06 04:03:18 +05:30
Pranjal TandonandGitHub d273b0221c Update main.py 2019-04-05 01:12:31 +05:30
Pranjal TandonandGitHub ee617f3fed Update model.py 2019-04-05 01:05:36 +05:30
Pranjal TandonandGitHub 7e1496f87f Update model.py 2019-04-05 00:30:31 +05:30
Pranjal TandonandGitHub 80d4caec20 Update sac.py 2019-04-05 00:29:54 +05:30
pranz24 ac88237a28 minor changes 2019-04-04 23:55:53 +05:30
Pranjal TandonandGitHub 8ffca0a34d Merge pull request #8 from jendelel/cuda_support
Cuda support
2019-03-25 23:35:18 +05:30
Pranjal TandonandGitHub 9e1eda980f Merge pull request #7 from jendelel/init_eval_state_bug
Fixed bug with double tensoring the initial state.
2019-03-25 23:33:36 +05:30
Lukas Jendele b5501ffd6f Support for running on CUDA. Faster for simple environments. 2019-03-25 16:41:04 +01:00
Lukas Jendele 8ab8cd61f9 Fixed bug with double tensoring the initial state. 2019-03-25 16:39:13 +01:00
Pranjal TandonandGitHub 3072d6b727 Update README.md 2019-03-18 22:40:30 +05:30
Pranjal TandonandGitHub f863895e30 Update README.md 2019-03-18 22:39:30 +05:30
Pranjal TandonandGitHub 2cebe8921c Update README.md 2019-02-21 21:19:32 +05:30
Pranjal TandonandGitHub f8b7fe9968 Update normalized_actions.py 2019-02-20 14:44:44 +05:30
Pranjal TandonandGitHub f9a716b292 Update sac.py 2019-02-20 14:44:03 +05:30
Pranjal TandonandGitHub 9c2195168b Update model.py 2019-02-20 14:41:50 +05:30
Pranjal TandonandGitHub d96b66ab0b Update main.py 2019-02-20 14:40:03 +05:30
Pranjal TandonandGitHub 71c7bdc0fd Update README.md 2019-01-21 11:59:57 +05:30