gym: remove dot in meta.description
This commit is contained in:
parent
3d4f4149b5
commit
269b100180
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents.";
|
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
|
||||||
homepage = https://gym.openai.com/;
|
homepage = https://gym.openai.com/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hyphon81 ];
|
maintainers = with maintainers; [ hyphon81 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user