diff options
Diffstat (limited to 'misc/py-gymnasium/pkg-descr')
-rw-r--r-- | misc/py-gymnasium/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/py-gymnasium/pkg-descr b/misc/py-gymnasium/pkg-descr new file mode 100644 index 000000000000..f2561eca94dc --- /dev/null +++ b/misc/py-gymnasium/pkg-descr @@ -0,0 +1,4 @@ +Gymnasium is an open source Python library for developing and comparing +reinforcement learning algorithms by providing a standard API to communicate +between learning algorithms and environments, as well as a standard set of +environments compliant with that API. |