updated results
This commit is contained in:
parent
2cfcaefea2
commit
4e50f302cd
@ -34,9 +34,9 @@ So far, the following benchmarks can be used for testing.
|
||||
|
||||
## Results
|
||||
#### DMC Proprio
|
||||

|
||||

|
||||
#### DMC Vision
|
||||

|
||||

|
||||
#### Atari 100k
|
||||

|
||||
|
||||
|
BIN
imgs/dmcproprio.png
Normal file
BIN
imgs/dmcproprio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 831 KiB |
BIN
imgs/dmcvision.png
Normal file
BIN
imgs/dmcvision.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 851 KiB |
@ -145,7 +145,6 @@ class RSSM(nn.Module):
|
||||
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user