mushroom-rl icon indicating copy to clipboard operation
mushroom-rl copied to clipboard

Python library for Reinforcement Learning.

Results 15 mushroom-rl issues
Sort by recently updated
recently updated
newest added

I am getting the following TypeError: File ~/Desktop/mushroom-rl-master/examples/minigrid_dqn.py:274 in experiment mdp = MiniGrid(args.name, history_length=args.history_length) TypeError: 'NoneType' object is not callable

bug

When self.size == self._initial_size, ReplayMemory.initialized should be True

Simpler prediction using np.matmul (Apologies if this code doesn't work in a way that I've overlooked.)

Typo in variable name self._list_reference

Currently, only python

enhancement