Eclectic-Sheep / sheeprl

Distributed Reinforcement Learning accelerated by Lightning Fabric
https://eclecticsheep.ai
Apache License 2.0
300 stars 29 forks source link

separate encoder cnn/mlp keys from decoder cnn/mlp keys #75

Closed belerico closed 1 year ago

belerico commented 1 year ago

Right now the multi-enocder/decoder shares the same cnn/mlp keys they encodes/decodes, i.e. the encoded keys correspond to the decoded keys. There can be situations in which someone may want to encode something that doesn't need to be decoded. It would be better to separate the encoder keys from the decoder ones