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 39 forks source link

feature: set show flag in game_args #316

Open YuriCat opened 2 years ago

YuriCat commented 2 years ago

For example:

if args.get('show', False):
    self.env.render()