Skip to content

Commit

Permalink
[Tidy] Remove unnecessary comments (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk authored Dec 20, 2023
1 parent 07f90a5 commit 7749f35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pgx/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ class State(abc.ABC):
terminated: Array
truncated: Array
legal_action_mask: Array
# NOTE: _rng_key is
# - used for stochastic env and auto reset
# - updated only when actually used
# - supposed NOT to be used by agent
_step_count: Array

@property
Expand Down

0 comments on commit 7749f35

Please sign in to comment.