[Bug]: NameSpace should support dict and argparse.Namespace features
typoverflow opened this issue · 1 comments
typoverflow commented
Prerequisites
- I have tried updating UtilsRL but nothing works.
- I have checked both open and closed issues but found nothing that helps.
UtilsRL version
0.5.0b0
System info
Ubuntu 22.04
What I am expecting
NameSpace should support dict and argparse.Namespace features, for example:
**args
will unfold the key-value pairsargs.values(), args.items()
and etc
What actually happened
None
A minimal piece of code to reproduce the problem
No response
Any additional messages which might help
No response
Urgency
Very urgent, affecting other modules of UtilsRL and should be fixed immediately.
typoverflow commented
fixed by #26