Skip to content

fix: Fixed RNN variants of IQL/QMix/VDN using wrong done for resetting hidden state #313

fix: Fixed RNN variants of IQL/QMix/VDN using wrong done for resetting hidden state

fix: Fixed RNN variants of IQL/QMix/VDN using wrong done for resetting hidden state #313

Workflow file for this run

name: Run tests on Docker Image
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: make build
- name: Run tests
run: make workflow-test