rl_games icon indicating copy to clipboard operation
rl_games copied to clipboard

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

Open dccdcc7 opened this issue 1 year ago • 4 comments

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'

dccdcc7 avatar Mar 18 '24 14:03 dccdcc7

meet the same problem, have you solved this?

binghui-z avatar Jul 31 '24 09:07 binghui-z

Same problem. How did you solve it?

he-nantian avatar Aug 29 '24 09:08 he-nantian

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: @.***>

binghui-z avatar Aug 29 '24 09:08 binghui-z

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

jjd1123 avatar Nov 17 '24 10:11 jjd1123