rl-control-template icon indicating copy to clipboard operation
rl-control-template copied to clipboard

Results 2 rl-control-template issues
Sort by recently updated
recently updated
newest added

Pulled frame skipping out of the gymnasium environment to perform max-pooling of consecutive frames as performed in [dqn zoo](https://github.com/google-deepmind/dqn_zoo/blob/45061f4bbbcfa87d11bbba3cfc2305a650a41c26/dqn_zoo/processors.py#L452) codebase. The agent's stream of experience should now follow the pipeline...

System: MacOS 14.6.1, M1 Pro chip. Problem: `Box2d-py` failed to build unless I had a global install of `swig`. Adding `swig` to `requirements.txt` gave the same error, as did using...