samlobel

Results 9 issues of samlobel

I think it would be nice for ease-of-use to have a key available as a settings-variable. Maybe the `SECRET_KEY` could be the default encrypter, but you could also have an...

Do you have the code for downloading and preprocessing the Netflix and Million Song Datasets? Thanks for the clear code.

For certain projections at least (RandomBinary for example), it doesn't seem to make a difference whether you normalize the elements for where they hash. But if you care about the...

Small thing, it has the COL_ALIGN options as `top, medium, bottom`, when I believe it should be `top, middle, bottom`. [LDS DOCS](https://www.lightningdesignsystem.com/utilities/grid/#Individual-alignment) [Code](https://github.com/mashmatrix/react-lightning-design-system/blob/master/src/scripts/Grid.js#L72)

Hi, it seems like the code on github has fixed a problem that is still an issue when downloading from pypi. The pypi has an incorrect import of `OpenCVImageViewer` that...

I encountered a situation where I'm trying to ensure that just one field in a schema is correct. Ideally, I would like to be able to say ``` python3 my_schema...

When using `local_mp`, each process that uses jax spawns a huge amount of threads. I'm running 128 actors, and each one spawns ~500 threads, meaning the program spawns over 50,000...

## Problem Description In, for example, `dqn_atari.py` the replay buffer is instantiated with the `optimize_memory_usage=True` flag. This makes the buffer only have one stored list for observations, and chooses `next_obs=observations[i+1]`...

I am thinking of using sheeprl as the base for my RL experiments! My work usually builds off of DQN-type algorithms: in increasing level of complexity, off of DDQN, Rainbow,...

help wanted
algorithm