chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from ray.rllib.examples.rl_modules.classes.rock_paper_scissors_heuristic_rlm import (
|
||||
AlwaysSameHeuristicRLM,
|
||||
BeatLastHeuristicRLM,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AlwaysSameHeuristicRLM",
|
||||
"BeatLastHeuristicRLM",
|
||||
]
|
||||
Reference in New Issue
Block a user