zjowowen
zjowowen
Hi, I met an error similar to https://github.com/deepmind/dm_control/issues/283, but has different behaivor under Ubuntu18.04 and Ubuntu20.04. In Ubuntu20.04, everything goes well in the docker created by the following Dockerfile and...
A light log module "Traffic" is introduced based on pandas.
Hi, this is a minor fix for higher gym version.
This pull request add a simple dockerfile for building DI-hpc docker image for development usage. Docker image configuration: Ubuntu 20.04 CUDA Toolkit 11.6 for development gcc 9.4.0 python 3.8.13
Hi! OpenAi gym remove the rendering.py for supporting pygame. "from gym.envs.classic_control import rendering" would fail in environment.py. https://github.com/openai/gym/pull/2599
Hi Kevin, As mentioned in issue (https://github.com/probml/pml2-book/issues/253), the formula 24.33 need "+constant". But it seems that the last fix add "+constant" in formula 24.34 rather than formula 24.33 carelessly.