Compton
Compton
Since the docker builds aren't working, I was able to install GRF on my native Ubuntu 20.04 following the docs on this site. There were two modules that I had...
I put in an issue that the GPG sig for nvidia is outdated and I couldn't build the docker image. Now I just tried the non-gpu with `docker build --build-arg...
I cloned the repo, cd'ed into `football`, and ran `docker build --build-arg DOCKER_BASE=tensorflow/tensorflow:1.15.2-gpu-py3 . -t gfootball`. However, I got this error: ``` W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures...
The README.md says I can just apt install the headers. However, the only systemd header package available is libsystemd-dev. The others, like libsystemd-journal-dev and libsystemd-daemon-dev do not exist for 20.04,...
There are some major bugs that prevent GEM Benchmark from working out of the box: - Indentation problems with 2 function docstrings that cause it to break - Some missing...