Skip to content
Snippets Groups Projects
Commit 0807d7b5 authored by Chris MacLellan's avatar Chris MacLellan
Browse files

got the dual ppo working, with some of the classes for optuna tuning"

parent a2e68a0c
No related branches found
No related tags found
No related merge requests found
from typing import Dict
from typing import Any
import numpy as np
import gym
from stable_baselines3 import PPO
from stable_baselines3.ppo import MlpPolicy
from stable_baselines3.common.env_util import make_vec_env
from stable_baselines3.common.callbacks import EvalCallback
from stable_baselines3.common.vec_env import VecEnv
import optuna
from tutorenvs.utils import MultiDiscreteToDiscreteWrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment