Skip to content

MAJOR: Added render() to RLToyEnv; increase compatibility with Gymnas… #228

MAJOR: Added render() to RLToyEnv; increase compatibility with Gymnas…

MAJOR: Added render() to RLToyEnv; increase compatibility with Gymnas… #228

name: Check PyPI Installation
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: '>=3.7 <=3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools numpy
- name: Install from PyPI
run: |
pip install mdp-playground
- name: Basic functionality test
run: |
run-mdpp-experiments --help