Giter VIP home page Giter VIP logo

metric-residual-network's People

Contributors

cranial-xix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

metric-residual-network's Issues

The trained policy weights cannot accomplish the tasks

I used the run_all.sh scripts with "asym_max" critic that trained policies for tasks. However, when I tried loading the pretrained weights, none of the tasks can be accomplished. Here is the function I create for policy loading:

def load_model(self):
        #print("esults/HandManipulateBlockRotateZ_her_(-)rew_asym-max_emb16_lr0.001_sd100.pt")
        sd = torch.load( os.path.join(self.args.save_dir, f"{self.args.experiment_name}.pt"))
        self.actor.load_state_dict(sd["actor"])
        if hasattr(self, "critic"):
            self.critic.load_state_dict(sd["critic"])
        self.actor.eval()
        return

and I used the "eval_agent()" for success rate evaluation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.