packages feed

gym-http-api-0.1.0.0: gym-http-api.cabal

-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack

name:           gym-http-api
version:        0.1.0.0
synopsis:       REST client to the gym-http-api project
description:    This library provides a REST client to the gym open-source library. gym-http-api itself provides a <https://github.com/openai/gym-http-api/blob/master/gym_http_server.py python-based REST> server to the gym open-source library, allowing development in languages other than python.
                .
                Note that the <https://github.com/openai/gym-http-api/ openai/gym-http-api> is a monorepo of all language-clients. This hackage library tracks <https://github.com/stites/gym-http-api/ stites/gym-http-api> which is the actively-maintained haskell fork.
category:       Web, Learning Environments
homepage:       https://github.com/stites/gym-http-api#readme
bug-reports:    https://github.com/stites/gym-http-api/issues
author:         Daniel Lucsanszky, Sam Stites
maintainer:     dl3913@ic.ac.uk, sam@stites.io
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md
    TODO.md

source-repository head
  type: git
  location: https://github.com/stites/gym-http-api
  subdir: binding-hs

library
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings
  build-depends:
      base           >= 4.7 && < 5
    , servant-client >= 0.9
    , aeson                >= 1.0
    , unordered-containers >= 0.2
    , servant              >= 0.9
    , servant-lucid        >= 0.7
    , text                 >= 1.2
  exposed-modules:
      OpenAI.Gym
      OpenAI.Gym.API
      OpenAI.Gym.Data
  other-modules:
      Paths_gym_http_api
  default-language: Haskell2010

executable example
  main-is: Agent.hs
  hs-source-dirs:
      examples
  default-extensions: OverloadedStrings
  build-depends:
      base           >= 4.7 && < 5
    , servant-client >= 0.9
    , gym-http-api
    , http-client    >= 0.5
    , exceptions     >= 0.8
  default-language: Haskell2010