Denys88 / rl_games

RL implementations
MIT License
930 stars 155 forks source link

Which version has this '.model_builder.model_factory.register_builder' #278

Open dccdcc7 opened 8 months ago

dccdcc7 commented 8 months ago

File "calm/run.py", line 200, in build_alg_runner runner.model_builder.model_factory.register_builder('amp', lambda network, **kwargs: amp_models.ModelAMPContinuous(network)) AttributeError: 'Runner' object has no attribute 'model_builder'

binghui-z commented 3 months ago

meet the same problem, have you solved this?

he-nantian commented 3 months ago

Same problem. How did you solve it?

binghui-z commented 3 months ago

Change version😂

---- Replied Message ---- | From | Nantian @.> | | Date | 08/29/2024 17:35 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [Denys88/rl_games] Which version has this '.model_builder.model_factory.register_builder' (Issue #278) |

Same problem. How did you solve it?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

jjd1123 commented 1 week ago

You can try pip install rl-games==1.1.4. It works for me.