Skip to content

Commit

Permalink
updated results
Browse files Browse the repository at this point in the history
  • Loading branch information
NM512 committed Mar 10, 2024
1 parent 2cfcaef commit 4e50f30
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ So far, the following benchmarks can be used for testing.

## Results
#### DMC Proprio
![dmcproprio](https://github.com/NM512/dreamerv3-torch/assets/70328564/0d3f4d44-d487-4097-bed1-3f0573aaf902)
![dmcproprio](imgs/dmcproprio.png)
#### DMC Vision
![dmcvision](https://github.com/NM512/dreamerv3-torch/assets/70328564/162c24d0-5f06-4ef6-bbc3-202221f6ad11)
![dmcvision](imgs/dmcvision.png)
#### Atari 100k
![atari100k](https://github.com/NM512/dreamerv3-torch/assets/70328564/0da6d899-d91d-44b4-a8c4-d5b37413aa11)

Expand Down
Binary file added imgs/dmcproprio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/dmcvision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def observe(self, embed, action, is_first, state=None):
def imagine_with_action(self, action, state):
swap = lambda x: x.permute([1, 0] + list(range(2, len(x.shape))))
assert isinstance(state, dict), state
action = action
action = swap(action)
prior = tools.static_scan(self.img_step, [action], state)
prior = prior[0]
Expand Down

0 comments on commit 4e50f30

Please sign in to comment.