typoverflow/UtilsRL

[Bug]: NameSpace should support dict and argparse.Namespace features

typoverflow opened this issue · 1 comments

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 pairs
  • args.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.

fixed by #26