mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linting
This commit is contained in:
parent
d8ab1a6758
commit
3fba8e3527
1 changed files with 2 additions and 2 deletions
|
|
@ -546,12 +546,12 @@ class BlackjackEnv(BaseEnv):
|
|||
chosen_advantage_for_log = (
|
||||
alt_advantages[best_advantage_idx]
|
||||
if best_advantage_idx < len(alt_advantages)
|
||||
else "N/A"
|
||||
else float("-inf")
|
||||
)
|
||||
chosen_token_length_for_log = (
|
||||
alt_token_lengths[best_advantage_idx]
|
||||
if best_advantage_idx < len(alt_token_lengths)
|
||||
else "N/A"
|
||||
else float("-inf")
|
||||
)
|
||||
logger.debug(
|
||||
f"[Next Step Seed: {ep.seed} Turn: {current_turn + 1}] "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue