Open dccdcc7 opened 8 months ago
meet the same problem, have you solved this?
Same problem. How did you solve it?
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: @.***>
You can try pip install rl-games==1.1.4
. It works for me.
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'