Skip to content

Update seeding process on env.reset(); update np_random to be _np_ran… #222

Update seeding process on env.reset(); update np_random to be _np_ran…

Update seeding process on env.reset(); update np_random to be _np_ran… #222

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