davidhershey / feudal_networks

An implementation of FeUdal Networks for Hierarchical Reinforcement Learning as published : https://arxiv.org/abs/1703.01161
MIT License
179 stars 46 forks source link

more arguments ?? #1

Closed baolinliu closed 7 years ago

baolinliu commented 7 years ago

test_init (tests.test_policies.test_lstm_policy.TestLSTMPolicy) ... ERROR

====================================================================== ERROR: test_intrinsic_reward_and_gsum_calculation (tests.test_policies.test_feudal_batch_processor.TestFeudalBatchProcessor)

Traceback (most recent call last): File "/Users/user/Desktop/feudal_networks/tests/test_policies/test_feudal_batch_processor.py", line 154, in test_intrinsic_reward_and_gsum_calculation b = Batch(obs, a, returns, terminal, s, g, features) TypeError: new() takes exactly 7 arguments (8 given)

Not sure why theres more arguments than what it can take.

davidhershey commented 7 years ago

The code is still in development, we'll update the readme when everything is working!

baolinliu commented 7 years ago

Thanks, looking forward to the full working code.