srl-zoo icon indicating copy to clipboard operation
srl-zoo copied to clipboard

State Representation Learning (SRL) zoo with PyTorch - Part of S-RL Toolbox

Results 1 srl-zoo issues
Sort by recently updated
recently updated
newest added

```DenseVAE``` in ./models/models.py, has an issue when run on CPU It seems that ```x``` is not contiguous when training the VAE with ```--model_type mlp``` from the raw pixels ```python def...