Skip to content

Commit

Permalink
exp: pursuit sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
jcformanek committed Mar 11, 2024
1 parent 5492aca commit 18ca79a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# yaml-language-server: $schema=https://instadeep.aichor.ai/schema/latest/manifest.schema.json

kind: AIchorManifest
apiVersion: 0.2.0

builder:
image: og-marl
dockerfile: ./Dockerfile
context: .
buildArgs:
USE_CUDA: "true"

spec:
operator: tf
image: og-marl
command: wandb agent off-the-grid-marl-team/og-marl-baselines/m5wro67c
# command: wandb agent off-the-grid-marl-team/og-marl-baselines/i87akim6

types:
Worker:
count: 60

resources:
# 10-15 cpus for single process
cpus: 8
# mandatory (must be >= 2): RAM ratio wanted (in GB)
# memory = cpus * ramRatio
ramRatio: 3
accelerators:
gpu:
count: 0
# mandatory (if gpus amount is > 0): gpu type wanted
type: gpu
product: Quadro-RTX-4000 # Quadro-RTX-4000 | Tesla-V100-SXM3-32GB

0 comments on commit 18ca79a

Please sign in to comment.