Skip to content

Commit

Permalink
Env--
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelnehrer02 committed Jan 29, 2024
1 parent 65cddab commit 2366d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/environment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function step!(env::EpistChainEnv, action_label::String)

# Needed for reward condition indexing
reward_conditions = ["TOP", "BOTTOM"]
reward_locations = [(2,6), (4,6)]
rew_cond_idx = Dict(reward_conditions[1] => 1, reward_conditions[2] => 2)
#------------------------------------

Expand Down

0 comments on commit 2366d08

Please sign in to comment.