Skip to content

batch_length doesn't seem to work #87

@seolhokim

Description

@seolhokim

observation = samples.all_observation[:-1] # [t, t+batch_length+1] -> [t, t+batch_length]

in there, observation shape is [15, 50, 3, 64, 64].

samples_from_replay = self.replay_buffer.sample_batch(self._batch_size, self.batch_length)

but i guess you intended to get [50, 50, 3, 64, 64]. what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions