Metadata-Version: 2.1
Name: sasrl-env
Version: 0.0.2
Summary: Generate protobuf files in python and C++ to be used for remote access to RL environment
Home-page: https://gitlab.sas.com/RezaNazari/rlenv_grpc.git
Author: SAS
Author-email: support@sas.com
License: Apache 2.0
Description: # Goal:
        Generate protobuf files in python and C++ to be used for remote access to RL environment.
        
        **Supported version:**
        * protoc 3.13.0
        * grpc 1.34.1
        
        # How to use?
        - pip install sasrl-env
        - In python:
          - from sasrl_env import gymServer
          - gymServer.start('YOUR_PORT_NUMBER')
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
