DeNA / HandyRL

HandyRL is a handy and simple framework based on Python and PyTorch for distributed reinforcement learning that is applicable to your own environments.
MIT License
282 stars 41 forks source link

chore: add kwargs to random model #320

Closed YuriCat closed 2 years ago

YuriCat commented 2 years ago

When we call inference() with some keyword arguments, RandomModel should accept them.

ikki407 commented 2 years ago

LGTM