krisbrud / master-thesis

Code for Kristian Brudeli's Master Thesis at NTNU
0 stars 0 forks source link

First Dreamer run #7

Open krisbrud opened 2 years ago

krisbrud commented 2 years ago

To get familiar with Dreamer, a first experiment with the algorithm should be done, possibly trying to recreate a result from the original paper on the workstation in question.

DoD:

krisbrud commented 2 years ago

The Encoder and decoder models of Dreamer expect the input to be a 3-channel 32x32 pixel image. To fix this, DreamerModel in RLlib should be modified, such that it is compatible with the gym-auv-environment.

krisbrud commented 2 years ago

TODO: Encoder:

Decoder: