2 , buildPythonPackage, fetchPypi
3 , numpy, requests, six, pyglet, scipy, cloudpickle
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "96a7dd4e9cdb39e30c7a79e5773570fd9408f7fdb58c714c293cfbb314818eb6";
15 propagatedBuildInputs = [
16 numpy requests six pyglet scipy cloudpickle
19 # The test needs MuJoCo that is not free library.
22 pythonImportsCheck = [ "gym" ];
25 description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
26 homepage = "https://gym.openai.com/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ hyphon81 ];