79757017

Date: 2025-09-05 16:54:51
Score: 1.5
Natty:
Report link

It seems the PrioritizedEpisodeReplayBuffer can't handle complex observations with the custom RLModule for both CTCE and CTDE. However, by using EpisodeReplayBuffer (CTCE/CTDE) and MultiAgentEpisodeReplayBuffer (DTDE), and setting replay_buffer_config={"replay_sequence_length": 1, "replay_burn_in": 0, "replay_zero_init_states": True} and env_runners(batch_mode="complete_episodes"), it works correctly.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nelson Salazar