Skip to content

feature(zym): update ppo config to support discrete action space (#809) #1019

feature(zym): update ppo config to support discrete action space (#809)

feature(zym): update ppo config to support discrete action space (#809) #1019

Workflow file for this run

name: package_release_conda
on: [push]
jobs:
release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || contains(github.event.head_commit.message, 'conda'))
steps:
- uses: actions/checkout@v4
- name: publish-to-conda
uses: fcakyon/[email protected]
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'