Commit Graph

  • 7433d1e877 avoid ".to(device)" main NM512 2024-09-28 07:58:15 +09:00
  • 669b7e1b43 fixed observation space for minecraft NM512 2024-09-26 23:05:30 +09:00
  • 4538f366e7 updated requirements NM512 2024-09-24 00:33:02 +09:00
  • 6d08232ad7 updated atari100k result NM512 2024-09-24 00:18:47 +09:00
  • 59939222d1 clean code NM512 2024-09-24 00:16:12 +09:00
  • 4e50f302cd updated results NM512 2024-03-11 06:22:09 +09:00
  • 2cfcaefea2 avoid mutable default argument NM512 2024-03-11 06:21:35 +09:00
  • 2c7a81a0e2 modified default size for encoder and decoder NM512 2024-01-14 21:59:35 +09:00
  • a4fdfad938 bug fix for onehot distribution NM512 2024-01-14 21:55:34 +09:00
  • 5abaf056ad fixed mujoco version NM512 2024-01-08 23:52:40 +09:00
  • 7f66ed5333 erased unused options NM512 2024-01-05 23:23:09 +09:00
  • a27711ab96 limit action values in sampling stage NM512 2024-01-05 11:42:45 +09:00
  • a9e85e8b7c modified weight initialization NM512 2024-01-05 10:46:54 +09:00
  • 4fe9b29ebe env seed vary between envs of parallel NM512 2024-01-05 10:44:20 +09:00
  • 78e86703f4 modified loss calculation NM512 2024-01-05 10:44:04 +09:00
  • e0487f8206 merged action head into MLP and modified configs NM512 2024-01-05 10:26:48 +09:00
  • e0f2017e28 unified the place to initialize the latents NM512 2024-01-05 10:09:13 +09:00
  • 49d12baa48 added the results of dmc NM512 2023-11-04 10:10:20 +09:00
  • 0eec12bd1c added Docker instruction NM512 2023-10-02 07:37:08 +09:00
  • 1002d8b115 avoid cyclic reference NM512 2023-10-02 07:27:26 +09:00
  • f35480f2a6 policy is not given logs NM512 2023-10-01 06:25:23 +09:00
  • 37da2d3498 Merge branch 'main' of github.com:NM512/dreamerv3-torch into main NM512 2023-09-27 09:19:40 +09:00
  • d3576c5a98 added save and load for optimizers NM512 2023-09-27 09:15:37 +09:00
  • 16635df3e4 removed scheduling function NM512 2023-09-26 20:58:55 +09:00
  • 1442ee82ed
    Merge pull request #36 from WeberSamuel/main NM512 2023-08-22 22:08:28 +09:00
  • 6bf120237b Fix Plan2Explore WeberSamuel 2023-08-19 09:42:54 +02:00
  • 2cdba230d8 added Dockerfile NM512 2023-08-18 01:40:10 +09:00
  • 7607a92d71 modified the memorymaze environment NM512 2023-08-16 21:54:09 +09:00
  • 606ec8af8c added the option for a deterministic run NM512 2023-08-16 21:46:06 +09:00
  • 68096d1f62 added log for inventory items in minecraft NM512 2023-08-16 15:52:33 +09:00
  • 99dc4e4ed1 added crafter result NM512 2023-08-15 20:11:15 +09:00
  • 9d8483a02f save snapshots of minecraft NM512 2023-08-06 18:56:02 +09:00
  • 02cf57b617 added option to parallize NM512 2023-08-05 22:42:03 +09:00
  • 8571cf656a modifications for minecraft NM512 2023-08-05 21:13:57 +09:00
  • 8c471e12d6 erased unnecessary lines of code NM512 2023-08-05 21:11:34 +09:00
  • eb14e2488b modified envs NM512 2023-08-05 21:10:16 +09:00
  • a6ad132198 modified wrappers NM512 2023-08-05 21:08:01 +09:00
  • 3f6659d365 changed treatment of obs shape in minecraft NM512 2023-08-03 08:12:44 +09:00
  • d94a719421 bug fix when using normal_1 NM512 2023-07-27 10:01:40 +09:00
  • 6924abdd3e eval is executed after steps in config elapsed NM512 2023-07-26 01:00:03 +09:00
  • 43e1b2ab88 fix bug when resetting envs at different time NM512 2023-07-24 22:26:21 +09:00
  • 22e9f8de7b set model size L for minecraft in config NM512 2023-07-24 21:42:04 +09:00
  • 9b97035310 updated README NM512 2023-07-23 22:40:32 +09:00
  • 394033692c added minecraft env to README NM512 2023-07-23 22:39:15 +09:00
  • 12ed21e06d applied formatter NM512 2023-07-23 22:02:06 +09:00
  • afa5ab988d introduced parallel processing for envs NM512 2023-07-23 21:58:46 +09:00
  • 12e6c68f6b modified wrappers not to use __getattr__ NM512 2023-07-23 21:57:00 +09:00
  • 2c933da684 added metadata and reward_range for each tasks NM512 2023-07-23 21:55:22 +09:00
  • 106317015d erased unused lines of code NM512 2023-07-22 21:20:55 +09:00
  • d1f4d5c709 erased unnecessary wrapper NM512 2023-07-22 21:17:26 +09:00
  • 03d91cb2c1 make sure "is_first" is set 0 at beginning NM512 2023-07-22 21:08:53 +09:00
  • f07d843953 erased unnecessary reward input NM512 2023-07-22 20:53:43 +09:00
  • 9ca5082da3 separated cache management of episode from env NM512 2023-07-22 19:22:41 +09:00
  • 88514ec022 removed unnecessary imports NM512 2023-07-02 11:52:33 +09:00
  • 0ae6d2d1e0 step-based counting NM512 2023-07-02 11:51:11 +09:00
  • 036e9a8028 added minecraft environment NM512 2023-07-02 11:29:48 +09:00
  • 8fa2274cfc updated dependencies NM512 2023-06-25 22:49:03 +09:00
  • c4957af9ab increased default steps for MemoryMaze NM512 2023-06-25 22:46:59 +09:00
  • 34a44916f7 modified training step display NM512 2023-06-24 23:05:45 +09:00
  • f3fe3a872e increased default steps for MemoryMaze NM512 2023-06-19 06:03:41 +09:00
  • 4d0938ded0 updated README NM512 2023-06-19 06:02:35 +09:00
  • e1a74af5ee updated dependencies NM512 2023-06-18 19:59:50 +09:00
  • 0a3c8beec0 updated README NM512 2023-06-18 19:43:01 +09:00
  • edc26e42ed modified memory maze and dependencies NM512 2023-06-18 19:42:48 +09:00
  • bc7bd6f704 erased unnecessary packages import NM512 2023-06-18 17:29:23 +09:00
  • 2f6ccc5ed1 modified config for MemoryMaze NM512 2023-06-18 17:19:03 +09:00
  • b408067d9a avoid DeprecationWarning NM512 2023-06-18 17:18:24 +09:00
  • e3329b35e5 applied formatter NM512 2023-06-18 16:57:05 +09:00
  • 775eb94e7f
    Merge pull request #21 from zdx3578/memmaze NM512 2023-06-18 16:27:49 +09:00
  • 2a8b2e84e0
    Merge branch 'main' into memmaze NM512 2023-06-18 16:27:05 +09:00
  • 8e005afde5 mem maze env ok 1.2 zdx 2023-06-18 09:16:32 +08:00
  • 152415f32e mem maze env ok 1.1 zdx 2023-06-17 23:59:05 +08:00
  • ea446adaf4 mem maze env ok 1 张德祥 2023-06-17 23:29:53 +08:00
  • 5dce8cf13b added benchmark task Crafter NM512 2023-06-18 00:02:22 +09:00
  • 9c58ab62c0 introduced return used in author's code NM512 2023-06-17 16:59:40 +09:00
  • 784a69f80c set "envs" according to the paper NM512 2023-06-17 15:37:34 +09:00
  • ccc98d46c9 applied weight_init for linear layer in Decoder NM512 2023-06-17 15:32:27 +09:00
  • 970d1dc3e9 bug fix of limits for trunc_normal_ NM512 2023-06-17 15:28:26 +09:00
  • f7c505579c erased unnecessary lines NM512 2023-06-17 15:27:09 +09:00
  • 1cf0149c10 env v0.13 张德祥 2023-06-14 20:22:17 +08:00
  • b9120a7440 env v0.12 张德祥 2023-06-13 21:39:04 +08:00
  • 5038a91aad env v0.11 张德祥 2023-06-13 10:44:54 +08:00
  • 7879c6cfe7 env v01 张德祥 2023-06-13 09:58:03 +08:00
  • 6c861ca7cb
    Merge pull request #14 from ktolnos/dev NM512 2023-06-06 05:34:13 +09:00
  • b07badeee6 Fixes for Plan2Explore with actions and for windows. ktolnos 2023-06-05 22:50:12 +03:00
  • 308eeff09a Fixed RSSM trajectory starts initialization. ktolnos 2023-06-05 22:49:40 +03:00
  • 0ff2c061fa updated results of DMC vision NM512 2023-06-04 23:49:05 +09:00
  • ac8b846505 added results of DMC proprio NM512 2023-05-21 23:12:51 +09:00
  • 0faa10ff46 expanded the supported image sizes NM512 2023-05-21 22:00:59 +09:00
  • 02c3d45fcf modification of expl. NM512 2023-05-21 08:17:47 +09:00
  • b8ef214efa bug fix for gym==0.19.0 NM512 2023-05-18 21:30:08 +09:00
  • d3156ecb06 bug fix for atari env NM512 2023-05-17 22:18:10 +09:00
  • 7e67dc6910 set default precision as 32 NM512 2023-05-17 22:16:55 +09:00
  • b984e69b6e added state input capability NM512 2023-05-14 23:38:46 +09:00
  • 3ebb8ad617 updated README NM512 2023-05-05 18:21:19 +09:00
  • d692b377ec memory saving at evaluation NM512 2023-05-05 01:32:08 +09:00
  • e5e8bcb284 modified a variable name NM512 2023-04-29 07:57:05 +09:00
  • 0eb66997fb learnable initial state options for RSSM NM512 2023-04-29 07:54:03 +09:00
  • 1328ff1088 sampling from the replay buffer across episodes NM512 2023-04-29 07:43:02 +09:00
  • 12cccd8475 addition of "is_first" and "is_terminal" for envs NM512 2023-04-29 07:34:27 +09:00