Skip to content

Instantly share code, notes, and snippets.

import logging
import os
from pathlib import Path
from typing import Any, Dict, List, Sequence
from hydra.core.singleton import Singleton
from hydra.core.utils import JobReturn, filter_overrides
from hydra_plugins.hydra_submitit_launcher.config import BaseQueueConf
from omegaconf import OmegaConf
@dapatil211
dapatil211 / ac.py
Last active October 16, 2017 10:52
# coding: utf-8
# In[1]:
import gym
import numpy as np
import tensorflow as tf
import queue