Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
taku-y committed Aug 6, 2024
1 parent f257ca4 commit 1dc32a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions border/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,17 @@ path = "examples/mujoco/sac_mujoco_tch.rs"
required-features = ["tch"]
test = false

<<<<<<< HEAD
[[example]]
name = "convert_sac_policy_to_edge"
path = "examples/gym/convert_sac_policy_to_edge.rs"
required-features = ["border-tch-agent", "tch"]
test = false
=======

# [[example]]
# name = "sac_ant_async"
# path = "examples/mujoco/sac_ant_async.rs"
# required-features = ["tch", "border-async-trainer"]
# test = false
>>>>>>> origin/dev_0_0_7

[[example]]
name = "pendulum_edge"
Expand Down Expand Up @@ -152,10 +150,7 @@ border-derive = { version = "0.0.7", path = "../border-derive" }
border-core = { version = "0.0.7", path = "../border-core" }
border-tensorboard = { version = "0.0.7", path = "../border-tensorboard" }
border-tch-agent = { version = "0.0.7", path = "../border-tch-agent" }
<<<<<<< HEAD
border-policy-no-backend = { version = "0.0.7", path = "../border-policy-no-backend" }
=======
>>>>>>> origin/dev_0_0_7
border-py-gym-env = { version = "0.0.7", path = "../border-py-gym-env" }
border-atari-env = { version = "0.0.7", path = "../border-atari-env" }
border-candle-agent = { version = "0.0.7", path = "../border-candle-agent" }
Expand Down

0 comments on commit 1dc32a0

Please sign in to comment.