Skip to content

Commit

Permalink
make more min
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 20, 2024
1 parent 36b8aae commit 215bff0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
119 changes: 0 additions & 119 deletions mnist.py

This file was deleted.

3 changes: 1 addition & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
import os
from dataclasses import dataclass, field
from functools import partial
from typing import Any, Dict, List, Tuple

import equinox as eqx
Expand All @@ -13,12 +12,12 @@
import mediapy as media
import numpy as np
import optax
import wandb
from brax.envs import State
from brax.mjx.base import State as MjxState
from jax import Array
from tqdm import tqdm

import wandb
from environment import HumanoidEnv

logger = logging.getLogger(__name__)
Expand Down
12 changes: 0 additions & 12 deletions training.notes

This file was deleted.

0 comments on commit 215bff0

Please sign in to comment.